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
Can a new be used in place of old mallocq? If yes, why?
What new()is different from malloc()?
What is called array?
What does it mean to declare a member variable as static?
Is java a c++?
If there are two catch statements, one for base and one for derived, which should come first?
Differentiate between an external iterator and an internal iterator?
How does java differ from c and c++?
Why iomanip is used in c++?
Write about the local class and mention its use?
Why c++ is created?
Show the declaration for a static member variable.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Is it possible to get the source code back from binary file?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?