--%>

Define Encapsulation

Encapsulation: Safeguarding the state of objects by stating its attributes as private and channeling entrance to them via accessor and mutator techniques.

   Related Questions in Programming Languages