What do you mean by C++ access specifiers ?
Access specifiers define how the members (attributes and methods) of a class can be accessed. ... 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 |
What is general format for a prototype?
What things would you remember while making an interface?
Name the debugging methods that are used to solve problems?
How is static data member similar to a global variable?
What are the weaknesses of C++?
Write bites in Turbo c++ Header ("Include") Files.
How to create a pure virtual function?
What is #include iostream h in c++?
Can manipulators fall in love?
How do I use turbo c++?
What are move semantics?
Explain binary search.