What is the use of class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the return value of the insertion operator?
How many characters are recognized by ANSI C++?
What is setfill c++?
What is the use of namespace std in C++?
Why c++ does not have finally?
What is a driver program?
What is the difference between c++ and turbo c++?
Explain the scope of resolution operator.
What is the error in the code below and how should it be corrected?
Describe exception handling concept with an example?
What is c++ used for in games?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.