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 a .h file c++?
What is the use of the this pointer?
Eplain extern keyword?
Can a function take variable length arguments, if yes, how?
What is size of Empty Class?
why is c++ called oops? Explain
Is it possible to get the source code back from binary file?
Distinguish between a # include and #define.
What are the different types of comments allowed in c++?
describe private access specifiers?
What are function poinetrs? where are they used?
What do you mean by “this” pointer?