Computer Applications

What is meant by base class?

Encapsulation & Inheritance in Java

28 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

17 Likes


Related Questions