Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void doHomework(Homework subject)
- {
- if(subject.involvesComputer())
- {
- desktop.goOnFacebook();
- doHomework(subject);
- }
- else
- {
- iPod.goOnFacebook();
- doHomework(subject);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment