Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. XYZPerson *firstPerson = [[XYZPerson alloc] init];
  2. XYZPerson *secondPerson = [[XYZShoutingPerson alloc] init];
  3. [firstPerson sayHello];
  4. [secondPerson sayHello];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement