In OOP, what is the term for the class from which the derived class inherits?

  • Base Class
  • Parent Class
  • Primary Class
  • Superclass
The class from which a derived class inherits is known as the 'Base Class' or 'Parent Class.' In Python, it's also referred to as the superclass.
Add your answer
Loading...

Leave a comment

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