Encapsulation means that a group of related properties,
methods, and other members treated as a single unit or object. This hides the
data from being accessed from outside a class directly, only through the
functions inside the class is able to access the information.
No comments:
Post a Comment