Computer Applications

Name the feature of Java depicted in the below picture.

Name the feature of Java depicted in the below picture. Introduction to Object Oriented Programming Concepts, APC Understanding ICSE Computer Applications with BlueJ Solutions Class 10
  1. Encapsulation
  2. Inheritance
  3. Abstraction
  4. Polymorphism

OOP Intro Java

41 Likes

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

18 Likes


Related Questions