|
|
|
|
|
|
|
|
Employee()
appears underlined by a squiggly red line in MS visual. I'm guessing the problem has something to do with the fact that SalariedEmployee is derives from Employee but I can't pinpoint the error. I tired making the Employee()
constructor protected in the first file but that didn't do anything. Sorry if this is an easy question but I'm just beginning learning about derived classes. Thank you for your effort in identifying the problem.
using namespace ...
globally within a header file.