Recall the Due Dates and (from the syllabus) the Late (and early) Assignment Policy and guidelines for maintaining Academic Integrity.
Also recall that you can get help on any of these problems during the CSSE lab assistant hours, and you can use the Assignments Discussion Forum on Angel to discuss, clarify, or get help on these problems.
Write your answers to these questions. Turn your answers in via the appropriate Homework Drop Box on Angel.
There are 14 Self-Check problems in Chapter 11 (part of your reading for this homework). How many of these 2 Self-Check problems did you read, think about briefly, and check your answer against the answer at the back of the chapter?
Do the following Review Exercises on pages 522–523 (end of Chapter 11) of Big Java
Your next project is BallWorlds -- worlds that contain various kinds of Balls. Examine this screen shot of BallWorlds to see what the finished project looks like.
UML (Unified Modeling Language) class diagrams are used primarily for two purposes. First, project designers use them during the design phase of larger projects to brainstorm relationships between classes. Second, they can then be used for communication: to convey the design to the implementors of the project. We are using UML for the second purpose in this introduction to the BallWorlds project.
Examine the UML class diagram for BallWorlds. Focus on the Ball class on the right-hand-side of the diagram, since the subclasses of Ball are the portion of the BallWorlds project that you will implement. (We will supply an implementation of the rest of the project.)
According to the UML class diagram for BallWorlds: