Multiple Choice
What does the following UML diagram entry mean? + setHeight(h : double) : void
A) a public method with a parameter of data type double that does not return a value
B) a private field called setHeight that is a double data type
C) a private method with no parameters that returns a double data type
D) a public field called Height that is a double data type
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The scope of a local variable is<br>A)
Q5: Methods that operate on an object's fields
Q7: Which symbol indicates that a member is
Q9: A method that stores a value in
Q10: Which of the following is not involved
Q30: Which symbol indicates that a member is
Q31: The term "default constructor" is applied to
Q38: It is common practice in object-oriented programming
Q46: A method<br>A) may have zero or more
Q56: When an object is created, the attributes