Java - OOPS - Abstraction


Abstraction:
·         To hiding the implementation and to showing only functionality
1.       Abstract Class - Partially Abstract
2.       Interface - Fully Abstract

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

Java 8 - Bi Function

Java 8 - Lambda Expression for Collections: