Q48
What is the purpose of the super() function in Python classes?
A.
It is used to call a method from the parent class
AnswerB.
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