C Plus Plus Miscellaneous - Study Mode
[#441] Which of the things does not require instantiation?
Correct Answer
(D) all of the mentioned
[#442] Which of the following can derived class inherit?
Correct Answer
(C) both members & functions
[#443] Which interface determines how your class will be used by another program?
Correct Answer
(A) public
[#444] What is the use of the function "showbase"?
Correct Answer
(A) Indicate the base used
[#445] How many runtime error messages associated with exception?
Correct Answer
(B) 4