Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to change the order of constructor call in inheritance in c++?

I want to call the derived class constructor to be called first and then the base class constructor. Is there any method to do so?

Comments