Asked by
Anushree Talmale-Deshmukh
on Oct 29, 2024Verified
A parent class is also called a derived class.
Parent Class
In object-oriented programming, a class from which another class (the child class) inherits properties and methods.
Derived Class
In object-oriented programming, a class that inherits properties and behaviors from one or more base classes.
- Distinguish between parent, derived (child), and base classes in the context of object orientation.
Verified Answer
CG
Learning Objectives
- Distinguish between parent, derived (child), and base classes in the context of object orientation.