Advertisements
Advertisements
Question
Give reason:
In what circumstances is a class derived publicly?
Give Reasons
Solution
A subclass can only inherit a base class in Java using public inheritance. An openly derived class can access the base class's public and protected members. Derived classes do not inherit base class private members.
shaalaa.com
Is there an error in this question or solution?
Chapter 8: Encapsulation and Inheritance - EXERCISES [Page 446]