Multiple Choice
Given the following method header, what will be returned from the method? public Rectangle getRectangle()
A) the address of an object of the Rectangle class
B) the values stored in the data members of the Rectangle object
C) a graph of a rectangle
D) an object of the class Rectangle
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: enum constants have a toString method.
Q23: An enumerated data type is actually a
Q24: The "has a" relationship is sometimes called
Q25: A class that is defined inside another
Q26: Java automatically stores a _ value in
Q28: If the following is from the method
Q29: You cannot use the fully-qualified name of
Q30: If a class has a method named
Q31: You cannot use the == operator to
Q32: If you attempt to perform an operation