Guest User

Untitled

a guest
Jan 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package oot.test353;
  2.  
  3. public class No1 {
  4.  
  5. public static void main(String[] args) {
  6. Ball b1 = new Ball("Anonymous");
  7. BeachBall b2 = new BeachBall("Nike");
  8. b1.move();
  9. b2.move();
  10. b2.roll();
  11. }
  12. }
Add Comment
Please, Sign In to add comment