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 null c++?
how can u create a doubly linked list with out using pointers?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What does #define mean in c++?
Explain the properties and principles of oop.
What are the classes in c++?
What does the linker do?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is the difference between cin.read() and cin.getline()?
What is size of Empty Class?
What is the difference between structure and class?