IBM interview question

abstraction and encapsulation?

Interview Answer

Anonymous

11 Aug 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.