Understanding Encapsulation in Object-Oriented Programming
Encapsulation in OOPs:
//encapsulation states that you should only provide pbulic access of methods,
//while keeping the attributes private so that user can only cahnge the values of these attributes,
//by means of the methods which contain a ceratin...
tier3totech.hashnode.dev1 min read