Given a class Base and a class Derived that is derived fromBase, list all Base and Derived member functions that are executedwhen this function is called:
Derived * f() { return new Derived; }
// function is in derived class
Expert Answer
An answer will be send to you shortly. . . . .