Object Oriented Programming Using C Plus Plus - Study Mode
[#381] A program that predicts the exact sequence in which events will take place is said to be ________
Correct Answer
(C) procedural
[#382] A blueprint for creating an object in C++ is called _____
Correct Answer
(A) a class
[#383] The prototype for a derived class constructor may include arguments for
Correct Answer
(C) both (a) and (b)
[#384] Overloading involves writing two or more functions with ________
Correct Answer
(C) the same name and different argument lists
[#385] You ___________ overload function templates
Correct Answer
(B) may, as long as each version has different arguments