Posts

Showing posts from July, 2014

Encapsulation Vs Abstraction - OOP Concepts

Image
Found a lot of articles about Encapsulation and Abstraction and few of them are confusing. Here is the simple and easy-to-understand version of Encapsulation Vs Abstraction. What is Encapsulation in OOP Concept ? Unlike the procedural programming , the members and methods are encapsulated ( enclosed ) as an object. What is Abstraction in OOP Concept ? The encapsulated methods and members in an object are extracted (abstracted) to give the required data or actions to the calling methods.