Computer Science, asked by satyanarayanpanda59, 1 year ago

what is Abstraction in java?​

Answers

Answered by TweetySweetie
2

Answer:

Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user.

In Java, abstraction is achieved using abstract classes and interfaces. .

Answered by Anonymous
6

Abstraction is a process of hiding the implementation details from the user. Оnly the functionality will be provided to the user. In Java, abstraction is achieved using abstract classes and interfaces. ... Abstraction is one of the four major concepts behind object-oriented programming (OOP).

Similar questions