what is abstraction in java
Answers
Answered by
2
Explanation:
hi
Likewise in Object-oriented programming, abstraction is a process of hiding the implementation details from the user, only the functionality will be provided to the user. ... In other words, the user will have the information on what the object does instead of how it does it.
M#
Answered by
0
Data abstraction is the process of hiding certain details and showing only essential information to the user.Abstraction can be achieved with either abstract classes or interfaces (which you will learn more about in the next chapter)
Similar questions