Abstraction in Java
2020-05-30
Abstraction is one of the major building block. It is a process of hiding internal working and showing only necessary details. In simple form abstraction means: Show Functionality Hide Complexity Important Note: Interface is used to achieve 100% Abstraction in JAVA. Here we only discuss Abstraction in full details but weContinue Reading