
Encapsulation :
Encapsulation is another major component of OOP . the process of restricting access to data is called encapsulation. Encapsulation can be used to hide data members and members' functions.
note: Class members are actually Class variables(data) and functions
Access modifiers:
Access modifiers are keywords...