What is encapsulation in c++?
Answer / nashiinformaticssolutions
An object-oriented programming concept called encapsulation unifies functions and data into a single entity. This is a crucial step in the data hiding process that shields data from outside intervention. Classes and access modifiers are used in the implementation of encapsulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is copy constructor? Can we make copy constructor private in c++?
What is an adaptor class in c++?
What are the basic data types used in c++?
What does return 0 do in c++?
What is guard code in c++?
What is the use of structure in c++?
What does namespace mean in c++?
How do you flush std cout?
Why is "using namespace std;" considered bad practice?
When the design recommends static functions?
What is the difference between strcpy() and strncpy()?
What is late binding c++?