Multiple Choice
Which of the following is considered by the text to be the most important consideration when designing a class?
A) Each class should represent an appropriate mathematical concept.
B) Each class should represent a single concept or object from the problem domain.
C) Each class should represent no more than three specific concepts.
D) Each class should represent multiple concepts only if they are closely related.
Correct Answer:

Verified
Correct Answer:
Verified
Q56: The String class is an example of
Q57: Consider the method in the following code
Q58: Where in a class should static variables
Q59: A new method, getMonthName, to get the
Q60: Which of the following classes has a
Q62: Which of the following can potentially be
Q63: Suppose an object is intended to store
Q64: A class (ClassOne) is considered to have
Q65: Why can't Java methods change parameters of
Q66: A UML class diagram would be most