In this video we have discussed about a very important concept in Python which is regularly asked in interviews. The topic is Constructors in Python. It is a very important concept in Python and it is a must for people who are learning the Object Oriented Programming Concepts in Python. There are two types of constructors in Python:
1. Default Constructors
2. Parameterised Constructors.
#constructorsinpython #defaultconstructorsinpython #parameterisedconstructorsinpython #objectorientedprogramminginpython