Write a program to calculate volume of cube, cuboid and cylinder using function overloading using C++programming language and by using classes
Answers
Answered by
0
Write a program to calculate volume of cube, cuboid and cylinder using function overloading using C++programming language and by using classes
Answered by
0
Explanation:
Make array as a private member of the class. use a for loop to iterate over indexes until index == length... at each iteration test the value against your search criters... when match found, you could return/use the index/value as you need .... ;)
Similar questions