Answer the following statements true (T) or false (F)
1) A default constructor is a constructor that requires no arguments.
2) Member functions do not use an object name and class member selection operator to refer to other members.
3) A member function that does not modify any object components is a constant function and should therefore
have a prototype and a header that end in const.
4) Each version of an overloaded function must have a distinct signature (the combination of the function name
and its parameter types).
5) When returning an object as a function value, you must always make the return type a reference type.
1) T
2) T
3) T
4) T
5) F
You might also like to view...
A(n) ________ password contains a combination of uppercase and lowercase letters, numbers, and symbols
Fill in the blank(s) with the appropriate word(s).
The rectangle in a flowchart indicates:
a. A process. b. An input or output instruction. c. A decision. d. A module to be processed.