Write a program in C++ to show the concept of the encapsulation (class & object )
Answers
Answered by
1
Answer:
In normal terms Encapsulation is defined as wrapping up of data and information under a single unit. In Object Oriented Programming, Encapsulation is defined as binding together the data and the functions that manipulates them. ... Encapsulation also lead to data abstraction or hiding
Explanation:
Hope this is useful for you.
Similar questions