Python Inheritance (Tutorial # 10, Part-2)

preview_player
Показать описание
Python OOPs Concepts: Python Inheritance
Inheritance is one of the most powerful concepts of OOPs.
A class which inherits the properties of another class is called Inheritance.
Python provides three types of Inheritance:
• Single Inheritance
• Multilevel Inheritance
• Multiple Inheritance
Рекомендации по теме