Vidyalelo
Python · Q48

Classes and Objects in Python

Programming · Python · question 48

Q48

What is the purpose of the super() function in Python classes?

A.
It is used to call a method from the parent class
Answer
B.
It is used to create an object
C.
It is used to delete an object
D.
It is used to inherit a class

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board