Computer Applications
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Abstraction
- Polymorphism
OOP Intro Java
1 Like
Answer
Inheritance
Reason — The given picture shows the relationship of a parent (father) and child. Just like a child inherits some characteristics from his parents, inheritance enables new classes (derived class) to receive or inherit the properties and methods of existing classes (base class).
Answered By
2 Likes
Related Questions
Give two differences between Data Hiding and Encapsulation.
'Encapsulation reduces the complexity and makes the system easier'. Explain this statement with a real world example.
Give two differences between Procedure Oriented Programming languages and Object Oriented Programming languages.
Which of the Object Oriented programming principles explain the following illustrations? Justify.
(a) The variables and methods are put together in a Class.

(b) A man withdrawing money from ATM.
