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

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

B) my Circle.set Radius(2.5);

Computer Science & Information Technology

You might also like to view...

Which action query would you use if you wanted to add records from another table?

A) Update B) Append C) Select D) Crosstab

Computer Science & Information Technology

Assembling information on network applications requires that you create a fairly extensive list of statistics.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology