Qu 1. Write a program of function overloading that has a function Convert() that accepts a value in parameter and convert them into string and print on screen.
Hint: Convert(int num);
Convert(Double num);
Convert(Fload num);
Convert(Double num);
Convert(Fload num);
Qu 2. Write a program using Virtual and Override keyword that does the following tasks.
- A virtual function
Engine()
that has basic properties of engine like Power of engine, RPM, no of Cylinder etc. - This function should be overridden in child class according to function.