guys. I see several cases like:
class Derived:public Base{ public: Derived(...):Base(...){} }
Is what situation or is there any principle
If don't explitily initialize the base class, the default constructor will be called.