Person Class

<Instance Variables>
  firstName
  lastName
  age

<Instance Methods>
  -init
  -initWithFirstName: lastName:
  -initWithFirstName: lastName: age:
  -dealloc
  -description
  -canLegallyVote
  -castBallot
  -isEqual
  -isEqualToPerson:

<Properties>
  age
  firstName
  lastName
  fullName

4770776431.zipYou can download the file here.

Leave a Reply

Your email address will not be published. Required fields are marked *