Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 345 Bytes

File metadata and controls

12 lines (9 loc) · 345 Bytes

IntroToOOP

You are not required to branch for this one

In class, we will do the following together:

  • Add methods for move() and wrap()
  • Use your new methods to make the Ball object named b move around
  • Create and work with an array of objects of the Ball class

On your own, you will:

  • Add a bounce() method
  • Modify the display() method