KnowledgeBoat Logo
|

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. Data Abstraction
  2. Polymorphism
  3. Class and Objects
  4. A set of animals

Objects & Classes

9 Likes

Answer

Class and Objects

Reason — The above figure represents the concept of Class and Objects in Java, where "Animal" is the class (a general blueprint), and each specific animal is an object (a specific instance of the class).

Answered By

1 Like


Related Questions