Multiple Choice
What will be returned from the method, if the following is the method header?
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 null value
D) an object that is contained in the class Rectangle
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: To get the name of a calling
Q9: _ is the term for the relationship
Q15: You can use the enum key word
Q19: A class's static methods do not operate
Q21: You cannot use the fully-qualified name of
Q22: enum constants have a toString method.
Q24: The "has a" relationship is sometimes called
Q24: When the this variable is used to
Q26: You can declare an enumerated data type
Q38: If object1 and object2 are objects of