Abstraction

Difference Encapsulation Abstraction

Difference Encapsulation Abstraction Summary: It is very confusing concept, as one depends on other, for a Java beginner to understand. Explained in simple terms in this tutorial "Difference Encapsulation Abstraction". How to explain the difference between Encapsulation and Abstraction before an Interviewer? Encapsulation is an OOPS concept. As everyone says, Encapsulation is binding the data …

Difference Encapsulation Abstraction Read More »

Java Encapsulation Abstraction Data hiding and Data binding

Java Encapsulation : In an object-oriented programming language, Encapsulation, Abstraction, Data hiding and Data binding are very confusing words, everyone feels difficult to understand. Many Web sites discuss at length and finally one site contradicts slightly with the other with many user comments of what they feel. Here I give in my own style of …

Java Encapsulation Abstraction Data hiding and Data binding Read More »

OOPS concepts Tutorial

OOPS concepts Tutorial Summary: By the end of this tutorial "OOPS concepts Tutorial", you will understand the meaning of OOPS concepts. Three basic concepts of OOPS Abstraction Encapsulation Polymorphism 1. Abstraction Abstraction means using the equipment (or code) without knowing the details of working. For example, you are using your mobile phone without knowing how …

OOPS concepts Tutorial Read More »