Difference between encapsulation and information hiding?

Answer:
  • Information hiding conceals how an object implements its functionality behind the abstraction of the object's API.

Encapsulation ensures that the behaviour of an object can only be affected through the object's API
First answer by ID0701281302. Last edit by ID0701281302. Question popularity: 1 [recommend question].