Answer Posted / hr@tgksolutions.com
• 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 are containers in c++?
What is rtti in c++?
How long will it take to learn programming?
Is it possible for a member function to delete the pointer, named this?
Define upcasting.
Explain the virtual inheritance in c++.
Do class declarations end with a semicolon?
What is the use of map in c++?
To what does “event-driven” refer?
what are the decision making statements in C++? Explain if statement with an example?
How many static variables are created if you put one static member into a template class definition?
What do you mean by friend class & friend function in c++?
Is swift faster than go?
What is pointer to member?
What are the types of container classes?