asked 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

asked
User Ever
by
7.7k 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.

answered
User Edgars
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.