C++ Programmer Question:
Do you know what is encapsulation?

Answer:
The process of binding the data and the functions acting on the data together in an entity (class) called as encapsulation.
Previous Question | Next Question |
Please explain the volatile and mutable keywords? | Tell me the default standard streams in C++? |