227k views
3 votes
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

User Juliet
by
7.7k points

1 Answer

1 vote

Answer:

C inheritance, subclass, superclass is correct:

Step-by-step 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.

User Sungguk
by
7.8k points