Multiple Choice
Which of the following statements about a class's utility methods is false?
A) They serve as part of a class's interface.
B) They are used inside the class.
C) They should be named with a single leading underscore.
D) In other object-oriented languages like C++, Java and C#, utility methods typically are implemented as private methods.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: Each new class you create becomes a
Q30: Which of the following statements is false?<br>A)
Q31: Which of the following statements is false?<br>A)
Q32: Which of the following statements is false?<br>A)
Q33: Class Time's properties and methods define the
Q35: A read-only property has _.<br>A) only a
Q36: Which of the following statements a), b)
Q37: Consider the following code which would set
Q38: Consider the following class Time _init_ method:
Q39: Which of the following statements a), b)