Question
Answer: Option C
Was this answer helpful ?
In this program, We are multiplying the value 10 and 4 by using inheritance.
Output:
$ g++ des.cpp
$ a.out
40
Was this answer helpful ?
Submit Solution