Encapsulation


SUBMITTED BY: oshear2

DATE: Oct. 13, 2020, 3:20 a.m.

FORMAT: Text only

SIZE: 236 Bytes

HITS: 327

  1. The hiding of implementation details and providing methods for data access.
  2. - In Java the Class construct provides Encapsulation
  3. - The public methods of a class are the interface through which the private implementation is manipulated

comments powered by Disqus