Virtual base class C++ Program to convert a Octal number to a Decimal

By: Prof. Dr. Fazal Rehman | Last updated: March 3, 2022

Write a program in C++ to convert a Octal number to a Decimal number by using the virtual base class in object oriented programming.

Output Please Enter an octal number: 9 decimal equivalent is 9

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials