Question: declare and implement class Cylinder that has radius and height and PI (static member =22/7) and implement the following initialize PI (static member) to 22/7
declare and implement class Cylinder that has radius and height and PI (static member =22/7) and implement the following
- initialize PI (static member) to 22/7
- provide a constructor to initialize radius and height
- provide a method that returns volume of the cylinder (PI*radius*radius*height)
- implement a friend function that returns the volume of the cyinder
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
