Note:
please refer to the repository python projects for more exercises and projects related to this chapter.
Table of contents:
- Introduction to OOP
- Class
- Class Attributes, Methods and the
self
parameter - The constructor method
- Built-in class attributes
- object
- Class Methods and Static Methods
- Operator Overloading
- Encapsulation
- Inheritance and Polymorphism