+ 2
C++ program
write a c++ program to define a class called cuboid with length,breadth and length as a data members and output{volume,surface area }as member function
4 Answers
write a c++ program to define a class called cuboid with length,breadth and length as a data members and output{volume,surface area }as member function