Description
In this course, you will learn :
- Good understanding of Python's Object Oriented features.
- Python's Object Oriented features implementation.
- Creating Objects and Writing Classes
- Examples of inheritance and polymorphism
- Data concealment, class variables, class methods, and static methods
- Examples of property, MRO, and super().
Syllabus :
- Classes and Objects
- Magic Methods In Python
- Inheritance and Polymorphism In Python