Explain abstraction and encapsulation with example in c++
Answers
Answered by
0
Encapsulation in C++ 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.
Similar questions