Suppose circle1 and circle2 are two Circle objects.

1.7 Suppose circle1 and circle2 are two Circle objects. What does the following statement do?
circle2 = circle1;
A) It copies the contents of circle1 to circle2
B) It makes circle2 and circle1 the same object
C) It copies the contents of circle2 to circle1
D) The statement is illegal