Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //this is for creating emergency contact
- public User (
- String firstName,
- String lastName,
- String telephone,
- String email
- ) {
- this.firstName = firstName;
- this.lastName = lastName;
- this.telephone = telephone;
- this.email = email;
- }
Advertisement
Add Comment
Please, Sign In to add comment