A new class of objects can be created conveniently by ________; the new class (called the ________) starts with the characteristics of an existing class (called the ________), possibly customizing them and adding unique characteristics of its own.a. inheritance, superclass, subclass.
b. composition, subclass, superclass
c. inheritance, subclass, superclass
d. composition, superclass, subclass

Respuesta :

Answer:

C    inheritance, subclass, superclass is correct:

Explanation:

a new class can be created from a superclass by Inheritance, the new class is called the Subclass, and the parent class is called the Superclass.

Otras preguntas