sounny

Untitled

Sep 18th, 2018
1,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1.     //this is for creating emergency contact
  2.     public User (
  3.             String firstName,
  4.             String lastName,
  5.             String telephone,
  6.             String email
  7.     ) {
  8.         this.firstName = firstName;
  9.         this.lastName = lastName;
  10.         this.telephone = telephone;
  11.         this.email = email;
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment