0
What is the definition of encapsulation?
3 Answers
+ 4
Is that understandable?
+ 4
It refers to the act of hiding data members and private methods from other classes in an object oriented system. The level of hiding would be determined by the programmer.
https://en.m.wikipedia.org/wiki/Encapsulation_(computer_programming)