Home / Tag Archives: interface

Tag Archives: interface

Abstraction in Java

Abstraction in Java

Abstraction refers to the act of representing essential features to the outside world and showing the necessary functionality.  Data Abstraction may also be defined as the process of identifying only the required characteristics of an object ignoring the irrelevant details. The properties and behaviors of an object differentiate it from …

Read More »