Computer Science, asked by awantika6849, 1 year ago

What is an abstraction in Java?

Answers

Answered by adityarajput66
0

Data Abstraction is the property by virtue of which only the essential details are displayed to the user.

Answered by VISHALKUMARV22
6

Answer:

Abstraction in JAVA shows only the essential attributes and hides unnecessary details of the object from the user. abstraction is accomplished using Abstract classes, Abstract methods, and interfaces. Abstraction helps in reducing programming complexity and effort

Similar questions