OOP

Abstraction VS Encapsulation

Abstraction

Abstraction means hide the implementation and showing only functionality to the user.

Encapsulation

Encapsulation is the process of binding the data by making it private and function to the process that data into a single unit.

 

Leave a Comment