Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
How can a called function determine the number of arguments that have been passed to it?
Write about the retrieval of n number of objects during the process of delete[]p?
Explain stack unwinding.
What do you mean by overhead in c++?
What is the difference between ++ count and count ++?
What is the difference between method overloading and method overriding in c++?
What can c++ be used for?
What is iterator c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is else if syntax?
Explain Text Manipulation Routines?
What do you mean by ‘void’ return type?
Define what is constructor?
what is C++ exceptional handling?
Is c++ vector dynamic?