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

Verified
Correct Answer:
Verified
Q7: A class's responsibilities include:<br>A) the things a
Q8: Instance methods do not have this key
Q9: A constructor is a method that:<br>A) returns
Q10: One or more objects may be created
Q12: What does the following UML diagram entry
Q13: Which of the following statements will create
Q14: Given the following code, what will be
Q16: Class objects normally have _ that perform
Q21: Shadowing is the term used to describe
Q48: Instance methods do not have the key