Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. class Person
  2. {
  3.   string firstName;
  4.   string lastName;
  5.   int birthYear;
  6.   int birthMonth;
  7.   int birthDay;
  8.   /* ... */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement