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 are multiple inheritances (virtual inheritance)?
What is the importance of mutable keyword?
What are maps in c++?
What are special characters c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are the advantages of c++ over c?
What are pointer-to-members? Explain.
What is a concrete class?
Write a program to concatenate two strings.
Does std endl flush?
What is ios class in c++?
Why pointer is used in c++?