Question: Write a box class with class members length, breadth, height and a function to calculate the volume of the box. Constructor should be passed arguments
Write a box class with class members length, breadth, height and a function to calculate the volume of the box. Constructor should be passed arguments for length, breadth, height. Also define a second constructor which takes default height value of 15.Use C++ Language.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
