Multiple Choice
Which of the following is not involved in identifying the classes to be used when developing an object-oriented application?
A) Describe the problem domain.
B) Write the code.
C) Refine the list of nouns to include only those relevant to the problem.
D) Identify all the nouns.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Methods that operate on an object's fields
Q7: Which symbol indicates that a member is
Q13: When an argument is passed by value<br>A)
Q30: Which symbol indicates that a member is
Q38: It is common practice in object-oriented programming
Q39: You should not define a class that
Q42: A group of related classes is called
Q46: A method<br>A) may have zero or more
Q56: When an object is created, the attributes
Q57: A class's responsibilities include _.<br>A) the things