Answer:
0 This is base class
Derived class: 9
16 Hello Base
Step-by-step explanation:
The header files #include <iostream> #include <string> was wrongly included in the question this had to be edited.
After properly editing the programme to remove errors, the expected output when you run the code is:
0 This is base class
Derived class: 9
16 Hello Base