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

- Encapsulation
- Inheritance
- Data Abstraction
- Polymorphism
OOP Intro Java
55 Likes
Answer
Data Abstraction
Reason — Data Abstraction is the act of representing essential features while hiding the background details. It is always relative to the purpose or the user. The image of a man riding a bike represents Data Abstraction because the rider focuses only on controlling the bike (accelerating, braking, steering, etc.) without understanding the complex internal mechanisms of the engine, transmission, and other components.
Answered By
30 Likes
Related Questions
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
Which of the following is a Procedure Oriented Programming language?
- Java
- C++
- Pascal
- Eiffel
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL