lundi 13 mars 2017

this is giving me an error default constructor cannot be generated for class divyang can u plzz help me

include #include class employee { public: float sal; public: employee(float b) { sal=b; } employee( employee &e) { sal=e.sal; } void display() { cout<<"SALARY IS"<

Aucun commentaire:

Enregistrer un commentaire