Alx09

Untitled

Feb 8th, 2021
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1.     Cazare & operator+(Hotel &c) {
  2.         this->nrStele += c.getStele();
  3.         return *this;
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment