Good day. I am having an issue with a derived class constructor. When i run the code from my IDE it gives me the following error.
"error:expected primary-expression before 'double' "
As far as I know the format of defining a derived constructor is correct in the code so I am unsure what the issue is.
My playing around with the error line showed me that the error is to do with the "Employee" class in the constructor definition. So perhaps it is not identifying the parent class?