Computer Science, asked by DynamicNinja, 3 months ago

What is a class? What is a superclass?​


Anonymous: 30 thanks = block matlab
DynamicNinja: nevermind

Answers

Answered by LoveAman
11

Answer:

a number of persons or things regarded as forming a group by reason of common attributes, characteristics, qualities, or traits; kind; sort: a class of objects used in daily living. a group of students meeting regularly to study a subject under the guidance of a teacher: The class had arrived on time for the lecture.

A superclass is a class that has been extended by another class. It allows the extending class to inherit its state and behaviors. Also Known As: base class, parent class.

Answered by Anonymous
61

Answer:

  • A class that is derived from another class is called a subclass (also a derived class, extended class, or child class.

  • A superclass is a class that has been extended by another class. It allows the extending class to inherit its state and behaviors. Also Known As: base class, parent class.

Similar questions