Answer Posted / glibwaresoftsolutions
• 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
Evaulate: 22%5 a) 2 b) 4 c) 0
Do inline functions improve performance?
What is searching? Explain linear and binary search.
What is #include sstream?
What is capacity in vector in c++?
What is long in c++?
What is the use of class in c++?
What is lambda in c++?
What is the meaning of c++?
What is bubble sort c++?
What is the use of seekg in c++?
How do you establish a has-a relationship?
Why is c++ still best?
What is the full form of stl in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}