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

a. the address of an object of the Rectangle class

Computer Science & Information Technology

You might also like to view...

When a structure must be passed to a function, we can use pointers to constant data to get the performance of a call by __________ and the protection of a call by __________.

a) value, value b) value, reference c) reference, value d) reference, reference

Computer Science & Information Technology

What practice addresses the ability to make authorized changes and detect unauthorized changes and activities using process like application behavior monitoring and diagnostics?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology