What are the c++ access specifiers?
In C++, there are three access specifiers: public - members are accessible from outside the class. private - members cannot be accessed (or viewed) from outside the class. protected - members cannot be accessed from outside the class, however, they can be accessed in inherited classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of dynamic allocation of memory?
Is main a class in c++?
what is upcasting in C++?
What is ios in c++?
What is the use of this pointer in c++?
What is ios :: in in c++?
What is pair in c++?
What do you mean by call by value and call by reference?
Explain about Garbage Collector?
What is Namespace?
what is polymorphism?
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?