Code:
Derived::Derived(const Derived& d) :Base(d){
'd' will be implicitly converted to its base class 'Base'