#include "Derived.h" Derived::Derived() : Base(10), component(5) { }