difference between base class and sub class
Answers
Answered by
1
Explanation:
The class from which the subclass is derived is called a superclass (also a base class or a parent class). Excepting Object , which has no superclass, every class has one and only one direct superclass (single inheritance). ... A subclass inherits all the members (fields, methods, and nested classes) from its superclass.
please mark me brainlist.
and follow me.
Similar questions