Tag Archives: java

Abstraction in Java

Abstraction is the process of hiding the internal implementation details from the consumer by exposing necessary functionality. Now let’s try to understand with Real World Examples. Real World Example Consider an ATM Machine, there are so many logics that have been… Read More »

Class in Java

Class is a blueprint or master-copy using which we can create an Object. It’s not any physical entity. Before going into a detailed explanation let me tell you a small story. Long years back there was a man, who lived around… Read More »