Inheritance is the means by which one or more classes can be derived from a/an ___ class.
Inheritance is the means by which one or more classes can be derived from a/an ___ class. Correct Answer base
A class that inherits from another is said to be a subclass of it. This relationship is often described in terms of parents and children. A child class is derived from and inherits characteristics from the parent.