Single inheritance C++ Program to convert an octal number into binary

Write a program in C++ to convert an octal number into binary using the single inheritance.
Develop a C++ program to convert an octal number into binary using the single inheritance.

C++ program to convert an octal number into binary