| bio | website | stackoverflow.com/users/… |
|---|---|---|
| location | Connecticut | |
| age | ||
| visits | member for | 4 months |
| seen | 2 hours ago | |
| stats | profile views | 2 |
public class DanMaguire
{
public string profession;
public string eduCollege;
public string eduDegree;
public string hobby1;
public string hobby2;
private string hobby3;
public Person()
{
profession = "Software Engineer";
eduCollege = "University of Connecticut";
eduDegree = "Computer Science & Engineering";
hobby1 = "Platform Games";
hobby2 = "Baseball";
hobby3 = "Vampire Diaries";
}
}