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 Height 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
Q1: The public access specifier for a field
Q1: A class's responsibilities include<br>A) the things a
Q2: In the blueprint/house analogy, think of a
Q9: In UML diagrams, what symbol indicates that
Q12: The term "no-arg constructor" is applied to
Q22: One or more objects may be created
Q26: The java.lang package is automatically imported into
Q29: Class objects normally have _ that perform
Q42: A group of related classes is called
Q46: A constructor is a method that _.<br>A)