Saved Bookmarks
| 1. |
Write a C++ program with two classes named as “add”, “sub” to perform addition and subtraction of two given numbers and inherit these values to another class named as “remainder” to find the remainder of these values.Mention the type of inheritance. |
| Answer» | |