Answer Posted / hr@tgksolutions.com
• Private: Members are accessible only within the class.
• Protected: Accessible within the class and derived classes.
• Public: Accessible from outside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by vtable and vptr in c++?
Do class declarations end with a semicolon?
Explain the concept of friend function in c++?
What is the output of the following program? Why?
What is an operator function? Describe the function of an operator function?
How to declare a function pointer?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is the need of a destructor? Explain with the help of an example.
Can create new c++ operators?
What are c++ redistributables?
What is constructor c++?
What is jump statement in C++?
Explain function overloading and operator overloading.
What is the difference between global int and static int declaration?
What is #include c++?