guys. I see several cases like:
class Derived:public Base{ public: Derived(...):Base(...){} }
Is what situation or is there any principle
If you want to call a base constructor with arguments.