# In those examples we directly accessed variables of parent classes. # In this lecture we will learn a very useful keyword in Python # called the SUPER KEYWORD. # What is super() ? # super() is used ...
# where one child class inherits from one parent class. # Parent Class → Child Class # In this lecture we will learn about another important # type of inheritance called MULTIPLE INHERITANCE.