You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Encapsulation - Wrap the data and code within a single unit which known as a class and these variables (private) can not be accessed directly outside class, methods are non-private which can use to performing the operations or modiffing and accessing the variables from outside the class.