Multiple Choice
Utility functions:
A) Are private member functions that support operations of the class's other member functions.
B) Are part of a class's interface.
C) Are intended to be used by clients of a class.
D) Are a type of constructor.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Assume that t is an object of
Q8: Assuming the following constructor is provided for
Q9: Static data members of a certain class:<br>A)
Q10: Which of the following is not true
Q11: Inside a function definition for a member
Q13: A default constructor:<br>A) Is a constructor that
Q14: Returning references to non-const, private data:<br>A) Allows
Q15: Every object of the same class:<br>A) Gets
Q16: Which of the following statements will not
Q17: A client changing the values of private