What do you understand by 'inheritance'?
11 Likes
Inheritance is a concept of object oriented programming in which some properties of a class are shared by another class or classes.
Answered By
8 Likes
What are the types of visibility modes used in Java?
What will happen if data members are declared private.
What is meant by base class?
Differentiate between super class and target.