What is Encapsulation?
What is Encapsulation? The process of binding data and corresponding method into a single unit is nothing but encapsulation. If any component follows Data Hiding and Abstraction such type of component is said to be encapsulated component. Encapsulation = Data hiding + Abstraction. Encapsulation is a principle of wrapping data . . . Read more