Computer Science, asked by AlfiyaAnoop, 19 days ago

What Is A Super-class?​

Answers

Answered by AfeefaAnoop
0

Answer:

A superclass is the class from which many subclasses can be created.

Answered by devipriyavasudevan16
0

Answer:

A superclass is the class from which many subclasses can be created. The subclasses inherit the characteristics of a superclass. The superclass is also known as the parent class or base class. In the above example, Vehicle is the Superclass and its subclasses are Car, Truck and Motorcycle.

Similar questions