Question: 3. a) Why is only the TokenD :: foo () method called? b) Why a TokenB class destroyer is called, but also TokenD class destructor?
3. a) Why is only the TokenD :: foo () method called? b) Why a TokenB class destroyer is called, but also TokenD class destructor? (C++)
#include "iostream"
class TokenB {
public:
virtual void foo() { std::cout (new TokenD);
t0>foo();
delete t0;
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
