Hi

What is Encapsulation



Encapsulation is a process of binding data members (variables, properties) and member functions (methods) into a single unit, ability to hide data and behavior that are not necessary to its user.
Previous
Next Post »