Prev | Index | NextObject Orientation: A Brief Refresher
- What is an 'object' exactly?
- A chunk of data
- Wrapped by methods which can be used to manipulate the data
- Class
- The blueprint of an object
- Can 'inherit' behaviour from other classes
An Introduction To Python