A class with one (or more) virtual pure functions is abstract, and it can\'t be used to create a new object, so it doesn\'t have a constructor.
I\'m reading a book t
The Employee class has data and this data needs to be initialized somehow. Constructor is a good way to do that.
Employee