Question: Given the declaration Circle x = new Circle(); which of the following statement is ' most accurate' A) x contains an int value B) x
Given the declaration Circle x = new Circle(); which of the following statement is ' most accurate'
| A) | x contains an int value |
| B) | x contains an object of the Circle type |
| C) | x contains a reference to a Circle object |
| D) | You can assign an int value to x |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
