Answer Posted / nashiinformaticssolutions
• Private: Members are accessible only within the class.
• Protected: Accessible within the class and derived classes.
• Public: Accessible from outside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is scupper?
What do the header files usually contains?
Do you know what are pure virtual functions?
Is it possible for a member function to delete the pointer, named this?
What are stacks? Give an example where they are useful.
What is the best c++ compiler for windows 10?
What does count ++ do in c++?
what are the characteristics of Class Members in C++?
How many types of scopes are there in c++?
Why do we use classes in c++?
What is difference between rand () and srand ()?
Which should be more useful: the protected and public virtuals?
Difference between overloaded functions and overridden functions
Why is c++ considered difficult?
What is the use of setfill in c++?