IBM Interview Question

abstraction and encapsulation?

Interview Answer

Anonymous

Aug 11, 2018

Abstraction: Hiding the internal implementation and exposing the services we want to deliver is called as abstraction. Encapsulation: The process of binding data and corresponding method into a single unit is called as Encapsulation.