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
Is c++ free?
What is pure virtual function? Or what is abstract class?
Is java the same as c++?
What is the function to call to turn an ascii string into a long?
What is c strings syntax?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Name the operators that cannot be overloaded in C++?
What is ios class in c++?
How do you show the declaration of a virtual constructor?
What is the difference between the compiler and the preprocessor?
Can I learn c++ without knowing c?
What are the three forms of cin.get() and what are their differences?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the use of setfill in c++?
What are the advantages of c++?