Multiple Choice
In a UML diagram for a class
A) classes are represented as rectangles
B) there may be a section containing the name of the class
C) there may be a section containing the attributes (data) of the class
D) there may be a section containing the methods of the class
E) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q27: The interface of a class is based
Q32: What visibility modifiers would you use for
Q34: Add a constructor to class Box for
Q35: StringTokenizer is a class in the java.util
Q38: The software failure at the Denver International
Q39: Which of the following reserved words in
Q40: Write the statement to instantiate an Box
Q41: Write the constructor, which is passed the
Q42: What happens if you declare a class
Q44: Visibility modifiers include<br>A) public, private<br>B) public, private,