Beginner Object-Oriented Programming Concepts
Q10 / 100

In OOP, what is a "parent class" (or "base class")?

Correct! Well done.

Incorrect.

The correct answer is B) The class from which other classes inherit properties and methods

B

Correct Answer

The class from which other classes inherit properties and methods

Explanation

A parent class provides shared functionality that one or more child (derived) classes can inherit and extend.

Progress
10/100