Examveda

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

A. It is used to call a method from the parent class

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


This Question Belongs to Python Program >> Classes And Objects In Python

Join The Discussion

Related Questions on Classes and Objects in Python