| | What would be the output of the following code?
#include #include class A { public: virtual void disp() { coutdisp(); }
Options
a) This is from class A b) This is from class B c) This is from class A This is from class B... | Posted By:Dylan Evans Posted On: Sep 16 |
|