Date.h (object to be in another object)
Date.cpp (implementation including Date.h)
Employee.h (includes Date.h)
Employee.cpp (implementation including Date.h & Employee.h)
composition.cpp (driver including Employee.h)

SEmployee.h (static member function and variable)
SEmployee.cpp (implementation)
static.cpp (driver)