Question: Workbench PLe deadline: 02/08/2018 11:00 P VA CODELAB > Due Soon > Due within 1 week > 02082018 11 > Exercise 00175 WORK AREA RESULTS
Workbench PLe deadline: 02/08/2018 11:00 P VA CODELAB > Due Soon > Due within 1 week > 02082018 11 > Exercise 00175 WORK AREA RESULTS Goal: Write a copy Constructor Modify the Circle class. This class contains one field, radius (a double), a constructor and a getRadius method. Your goal is to include a copy Constructor in the Circle class that accepts a Circle object as an arqument. The following code segment demonstrates calling the copy constructor Circle cirA = new Circle( 3.1 ); Circle cirB new Circle( cirA): I/calls the copy constructor Write the complete definition of the copy Constructor for the Circle class. SUBMIT RESET 9 of 9: Thu Feb 08 2018 13:14:24 GMT-0500 (EST) l class Circle( 2 double radius 3 IIInsert Your Code Below 5 11---End of 6 public circle(double r) tradius rh Your Code- ublic double getRadius) ( return radius; h 8 //end clasS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
