what is class , sub - class and super class
Answers
Answered by
8
Answer:
A class is a blueprint that defines the variables and the methods common to all objects of a certain kind.
Subclasses are classes that can be derived from a parent class by adding some functionality, such as new object variables or new methods. In terms of automaton theory, a subclass adds new states and new rows to the state transition table.
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.
Explanation:
Can you please mark mine as brainlest please .
Similar questions