Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public class Person{
  2.     PersonID       identifier;    //  SSN or equivalent
  3.     PersonName  name;
  4.     Dat             dateOfBirth;
  5.     byte            sex;           //  0(unknown), 1(male), 2(female)
  6.   .
  7.   .
  8.  }
Add Comment
Please, Sign In to add comment