Question

Consider the following C++ code:     class Base {     public:         void show() { std::cout

A Base::show
B Derived::show
C Compilation Error
D Runtime Error
E Nothing, the program will not execute.
Practice Next

Hey! Ask a query