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

- Data Abstraction
- Polymorphism
- Class and Objects
- 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
Which of the following keywords is used to create an instance of a class?
- new
- public
- class
- main
The …………… is called an instance of a class.
- attribute
- object
- state
- features
The objects we see around us are called as:
- Real world object
- Virtual object
- Imaginary object
- None of these
Which of the following refer to as the default access specifier of a class ?
- private
- personal
- public
- new