C++ Program using Virtual Base Class to display the reverse of a number

Write a C++ Program to display the reverse of a number using the Virtual base Class in Object Oriented Programming(OOP).

Output

Please Enter the number to Show the reverse of a number. 568.

Output: the reverse of a number of the number is: 865.

Some FAQ

c++ program to reverse a number without using loop using the Virtual base Class in Object Oriented Programming(OOP).
c++ program to find reverse of a number using function using the Virtual base Class in Object Oriented Programming(OOP).
write a program to reverse a number in c++ using for loop using the Virtual base Class in Object Oriented Programming(OOP).
c++ program to reverse a number using array using the Virtual base Class in Object Oriented Programming(OOP).
c++ program to reverse a number using recursion using the Virtual base Class in Object Oriented Programming(OOP).
The reverse a number in c++ using the Virtual base Class in Object Oriented Programming(OOP).