Using the super() function without any arguments inside a derived class method implicitly refers to the _______ class.

  • Ancestor
  • Base
  • Derived
  • Parent
Using super() without any arguments inside a derived class method refers to the base class. It's commonly used to access and invoke methods and properties of the base class.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *