The following functions have been declared but not defined. Each of these needs to have a body defining what they do. The implementations may be relatively trivial, but you must provide them.
Department::Department(int)
int Department::getDno()
Emp:::Emp(double, int)
Department Emp::getDept();