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, Understanding Computer Applications with BlueJ Class 9 Solutions.
  1. Encapsulation
  2. Inheritance
  3. Data Abstraction
  4. 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