Asked by

Miguel Ravalo
on Dec 18, 2024

verifed

Verified

When using inheritance, the initial class is known as the ____.

A) parent class
B) child class
C) subclass
D) derived class

Parent Class

A class from which other classes inherit properties and methods.

Inheritance

A feature of object-oriented programming where a new class is created from an existing class, inheriting fields and methods of the existing class while allowing new elements to be added or existing ones to be modified.

  • Become familiar with and understand the language and organizational levels in object-oriented programming.
verifed

Verified Answer

SA
Shareen AvecillaDec 19, 2024
Final Answer:
Get Full Answer