Prev | Index | NextKey OO Concepts
- Inheritance
- A way to specify classes from which an object derives its behaviour
- Methods can be overidden or extended
- Speeds up development time by specifying only where your class differs from others
- Encapsulation
- Data is hidden behind an interface
- Provides a way to control access to, and manipulation of data
An Introduction To Python