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 the emaning of '#include" "'?
Why is it difficult to store linked list in an array?
What are libraries in c++?
What apps are written in c++?
what Is DCS ? what i will get benefit when i did?
What is the latest c++ standard?
Differentiate between the message and method?
Explain the use of this pointer?
Why do you use the namespace feature?
What is a hash function c++?
Why do we use constructor?
what is the difference between overloading & overriding? give example.