Question: Timed- 35 minutes VVIP Write a java Circle class, which has a member called radius, which is of type double. The class should have two
Timed- 35 minutes VVIP Write a java Circle class, which has a member called radius, which is of type double. The class should have two overloaded constructors. The default constructor, which initializes the radius to default value of 5.0 cm. Another constructor has a double parameter to initialise the radius. The class should have an areaCalculate() function, which calculates the area and returns the calculated area of the Circle. Also the class should have accessor and mutator methods for radius. Create an instance of Circle class in a main method using a Demo class.
There is nothing else than this question. please solve it in 25 minutes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
