Object Oriented Programming Using C Plus Plus - Study Mode
[#161] You can code a default exception handler by creating a catch block
Correct Answer
(C) with an ellipsis as its argument
[#162] Which of the following are void functions?
Correct Answer
(A) main
[#163] Hiding individual components of an entry is _____
Correct Answer
(B) encapsulation
[#164] When all of the operations in a function contribute to the performance of only one task, a function has
Correct Answer
(C) functional cohesion
[#165] A function that uses variable types is called __________
Correct Answer
(B) a template function