Explain what data encapsulation is in c++?
Answer / Mamta Pal
Data encapsulation in C++ refers to the bundling of data and functions that operate on the data into a single unit, which is called an object or class. This enhances data security by hiding the internal details and providing only public interfaces for interacting with the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain explicit container.
What jobs can you get with a c++ certification?
What are the uses of typedef in a program?
Is std :: string immutable?
Is ca high or low level language?
What are enumerations?
Is swift faster than c++?
Define pre-condition and post-condition to a member function in c++?
What do you mean by static variables?
How does atoi function work?
How does work in c++?
How do you add an element to a set in c++?