C++ Programmer Question:

Do you know what is encapsulation?

Tweet Share WhatsApp

Answer:

The process of binding the data and the functions acting on the data together in an entity (class) called as encapsulation.

Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Please explain the volatile and mutable keywords?Tell me the default standard streams in C++?