Computer Applications
What is meant by base class?
Encapsulation & Inheritance in Java
26 Likes
Answer
A base class is a class from which other classes are derived. It facilitates the creation of other classes that can reuse the code implicitly inherited from the base class.
Answered By
15 Likes