Overview
Dive into object-oriented programming concepts in Python with this comprehensive tutorial video. Learn about classes, objects, inheritance, polymorphism, constructors, and the __init__ method. Explore various types of variables and methods, inner classes, and advanced topics like duck typing, operator overloading, and method overloading and overriding. Follow along with detailed explanations and examples to master OOP principles and apply them effectively in your Python projects.
Syllabus
Intro - .
Introduction.
Class and Objects.
The _init_ method.
Constructor, Self and Comparing Objects.
Types of Variables.
Types of Methods.
Inner Class.
Inheritance.
Constructor in Inheritance.
Polymorphism.
Duck Typing.
Operator Overloading.
Method Overloading an Overriding.
Taught by
Telusko