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.