Computer Applications

What is meant by base class?

Encapsulation & Inheritance in Java

27 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

16 Likes


Related Questions