What is wrong in the following code?
Giải thích
Chọn B
24/50
What is wrong in the following code?
There is nothing wrong
One cannot have a ‘Base’ pointer to ‘Derived’ since it is not derived publicly
One need a derived class pointer to point to a derived class
One required to code a constructor for Derived
Chọn B