Beginner Object-Oriented Programming Concepts
Q11 / 100

What is a "child class" (or "derived class" / "subclass")?

Correct! Well done.

Incorrect.

The correct answer is B) A class that inherits from another class and may add or override behavior

B

Correct Answer

A class that inherits from another class and may add or override behavior

Explanation

A child class extends a parent class, gaining its members while being able to add new ones or override existing ones.

Progress
11/100