Q:

What is encapsulation in c++?

0

What is encapsulation in c++?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Containing and hiding Information about an object, such as internal data structures and code. Encapsulation isolates the internal complexity of an object’s operation from the rest of the application. For example, a client component asking for net revenue from a business object need not know the data’s origin.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C++ Interview Questions and Answers(2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What Is Inheritance in c++?... >>
<< Compare compile-time polymorphism and Run-time pol...