Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1.     Student(Student &temp) :Persoana(temp) , test(temp) {
  2.         strcpy(this->facultate, temp.facultate);
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement