Which Of The Following Statements Is Most Accurate For The Declaration X = Circle()?
A) x contains a reference to a Circle object B) You can assign an int value to x
C) x contains an object of the Circle type D) x contains an int value
Answer: A) x contains a reference to a Circle object
Which of the following statements is most true?