Question: java programming please (4) (6 points)Define a class named Circle which inherits from Shape and implements MyComparable. a) Declare a constant PI with value 3.14159.
(4) (6 points)Define a class named Circle which inherits from Shape and implements MyComparable. a) Declare a constant PI with value 3.14159. b) Declare an instance variable radius, c) Define setters and getters 1/2 d) Override all of methods which inherit from Shape. e) Override the method compareTo() which compares the areas of the two circles
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
