IN CLASS WEEK 10 - adefelice/DDA617_Languages_FALL2017 GitHub Wiki

IN CLASS WEEK 10 :: "In-Class Classes"

Here is your mission for class today:

  1. Find a partner. Together, select a Class that your partner created for the last assignment (SS4_OOP).

  2. Use the Class as a starting point to create a new sketch. The new sketch should significantly differ from your partner's original sketch.

  3. Add at least one method to the Class.

  4. Attribution: As a comment at the top of your sketch, attribute the original Class to your partner. Note the method(s) you added to it, along with any other alterations to the Class. Note in the title of the new sketch and add both partners' names.

  5. COMPLETE and UPLOAD BY 7PM TONIGHT !! Push the sketch YOUR OWN GitHub Repos as “InClassClasses_yourName”

FOR REFERENCE WHILE YOU WORK, CHECK OUT THIS LESSON ON OOP to gain a reminder its basic concepts: https://docs.oracle.com/javase/tutorial/java/concepts/ Lesson: Object-Oriented Programming Concepts