Vidyalelo
Python · Q42

Concept of Object Oriented Programs in Python

Programming · Python · question 42

Q42

What is the purpose of the super() function in object-oriented programming?

A.
It is used to call a method from the parent class
Answer
B.
It creates a new class
C.
It destroys an object
D.
It inherits a class

Answer: Option A

Solution

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