Exam in
3 questions
The super() function in python enables a class to have unlimited number of attributes.
In python, to create a class that inherits from another class we use inherits keyword.
In Python, when using the super () function, the child class will not inherit the methods and properties from the parent class.