Solved

If SetRadius Is a Circle Class Function and MyCircle Is

Question 35

Multiple Choice

If setRadius is a Circle class function and myCircle is a Circle object, which of the following statements would set myCircle's radius to 2.5?


A) setRadius(2.5) ;
B) myCircle.setRadius(2.5) ;
C) Circle.setRadius(2.5) ;
D) Circle(setRadius(2.5) ) ;
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions