Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. Fantasma{
  2.      void serComido(Pacman p){
  3.          estado.serComido(p);
  4.      }
  5. }
  6.  
  7. Presa{
  8.    void serComido(Fantasma f){
  9.       f.matar();
  10.    }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement