Multiple Choice
Which symbol indicates that a member is private a UML diagram?
A) -
B) *
C) #
D) +
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Which of the following is not involved
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
Q31: The term "default constructor" is applied to
Q32: The scope of a private instance field
Q33: For the following code, which statement is
Q34: A constructor _.<br>A) always accepts two arguments<br>B)
Q35: Given the following code, what will be