62.2k views
2 votes
20. Question Workspace Check My Work (2 remaining) Which of the following is another term for subclass? a. Pet class b. Superclass c. Derived class d. None of the above

1 Answer

2 votes

Answer:

c. Derived class

Step-by-step explanation:

Subclass is a term or function that is used in computer or specifically object-oriented programming. The name subclass comes from the fact that the class is obtained from basing a class upon another class through inheritance such that it maintains identical execution.

Therefore, because a subclass is derived from a base class through inheritance, it is often referred to as DERIVED CLASS.

This DERIVED CLASS comprises all the characteristics of the base class often with extra features.

User OllieGreen
by
4.1k points