Functions And Procedures In C Plus Plus - Study Mode
[#61] What will happen when the handler is not found for an exception?
Correct Answer
(A) calls the standard library function terminate()
[#62] Which of the following permits function overloading on c++?
Correct Answer
(C) type & number of arguments
[#63] What happens to a function defined inside a class without any complex operations (like looping, a large number of lines, etc)?
Correct Answer
(C) It becomes an inline function of the class
[#64] Which of the following feature is used in function overloading and function with default argument?
Correct Answer
(B) Polymorphism
[#65] An inline function is expanded during . . . . . . . .
Correct Answer
(A) compile-time