Object Oriented Programming Using C Plus Plus - Study Mode
[#231] Functions that returns information about an object's state can be classified as ________
Correct Answer
(A) inspector functions
[#232] An auxiliary function _____
Correct Answer
(C) performs an action or service
[#233] To create and execute a C++ program, you need to have access to
Correct Answer
a C++ compiler
[#234] If you omit any constructor argument when you instantiate an object, you must use default values______
Correct Answer
(B) for all parameters to the right of the argument
[#235] Many programmers separate a class into two files: _____
Correct Answer
(A) one for the declarations and one for the implementations