Multiple inheritance C++ Program to convert a decimal number into an octal

Write a program in C++ to convert a decimal number into an octal without using an array using Multiple inheritances in object oriented programming(OOP) .C++ Program to convert a decimal number into an octal

Output

Enter the octal Number : 13

Your Entered Value is : 13

Octal Value of your Input is : 15