Question: Create a new Java class called 'Circle' with the following attributes: - A private variable for 'diameter' - A public method called getDiameter ( )
Create a new Java class called 'Circle' with the following attributes:
A private variable for 'diameter'
A public method called getDiameter
A public method called setDiameter
A public method called getArea
A public constructor that takes a single parameter diameter
A public constructor that takes no parameters defaults diameter to
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
