Solved

Which of the Following Statements About a Class's Utility Methods

Question 34

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions