You're welcome. Since you say that you're a C++ beginner, I'm not sure how much you know about polymorphism: just in case you need some further clarification,
here's an example that highlights what's actually going on here with the base and derived classes (namely virtual function overloading).
On Thursday, November 3, 2016 at 4:54:39 PM UTC+1, Atanu Banerjee wrote:
Ok... Thank you Jean.