Multiple Choice
Which of the following is not involved in identifying the classes to be used when developing an object-oriented application?
A) a description of the problem domain
B) the code
C) a refined list of nouns that include only those relevant to the problem
D) all the nouns are identified
Correct Answer:

Verified
Correct Answer:
Verified
Q20: A constructor _.<br>A) always accepts two arguments<br>B)
Q21: Shadowing is the term used to describe
Q22: One or more objects may be created
Q23: When an object is passed as an
Q24: Data hiding (which means that critical data
Q26: The java.lang package is automatically imported into
Q27: A reference variable stores a(n) _.<br>A) binary
Q28: A constructor is a method that is
Q29: Class objects normally have _ that perform
Q30: Which symbol indicates that a member is