C Plus Plus Miscellaneous - Study Mode
[#156] What is meant by polymorphism?
Correct Answer
(A) class having many forms
[#157] What are the disadvantages if use return keyword to return error codes?
Correct Answer
(D) All of the mentioned
[#158] What is the header file for vector permutation?
Correct Answer
(C) <algorithm>
[#159] Which exception is thrown if the typecasting is not done properly?
Correct Answer
(B) bad_any_cast
[#160] How many parameters are needed for minmax function?
Correct Answer
(D) All of the mentioned