guys. I see several cases like:
class Derived:public Base{ public: Derived(...):Base(...){} }
Is what situation or is there any principle
If you have multiple constructor in your base class (basically entry point), So you have choice to call any of them.