Home / Report Question

Q. What is `super()` used for in Python OOP?
  • A. To call constructor of same class
  • B. To define a static method
  • C. To call method from parent class
  • D. To destroy an object