140k views
0 votes
When classes are imvolved in inkerieance, another name for a child class is:

a. A shaperclass
b. derived class
c. a base class
d. an instantiated class

User Ever
by
7.5k points

1 Answer

3 votes

Final answer:

A child class in inheritance is also known as a derived class.

Step-by-step explanation:

When classes are involved in inheritance, another name for a child class is a derived class. Inheritance is a concept in object-oriented programming where a class can inherit properties and behaviors from another class, known as the base class or superclass. The child class, or derived class, can add additional features or modify the inherited properties and behaviors.

User Edgars
by
7.9k points