What is abstraction in Java with example?

Abstraction in Java Abstraction is a process of hiding the implementation details and showing only functionality to the user . Another way, it shows only essential things to the user and hides the internal details, for example, sending SMS where you type the text and send the message.

Leave a Reply

Your email address will not be published. Required fields are marked *