NO IMAGE : WE WILL TRY TO PUT IT HERE SOON
Class Engineer inherites from a class Employe
class Employee have : - attributes: name (char*), salary(double)
- salary() non defined method
- constructors / getters / setters and << operator.
class Enginner have : - attributes: Ing_name (char*), _codeNumber(int)
- constructors / and << operator.
+ raise the exception if the _codeNumber is note given.
>> ANSWERS