1 / 9

COMS S1007 Object-Oriented Programming and Design in Java

COMS S1007 Object-Oriented Programming and Design in Java. August 7, 2008. Reminders about final project. All code and documentation should be submitted via CourseWorks by 5:30pm Tuesday – no extensions! Please bring a paper copy of everything to class, too

capp
Download Presentation

COMS S1007 Object-Oriented Programming and Design in Java

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMS S1007Object-Oriented Programming and Design in Java August 7, 2008

  2. Reminders about final project • All code and documentation should be submitted via CourseWorks by 5:30pm Tuesday – no extensions! • Please bring a paper copy of everything to class, too • Be sure to have the right documentation • README file • User Manual • Make sure to do all the testing stuff, too

  3. Final Project Presentation • In class on Tuesday • Let me know by Monday if you’d like to present • 7-8 minutes or so describing what the program does, the classes you created, how they relate to each other, and why you made the design decisions that you did. • 2-3 minute demo of your program.

  4. Final Exam Logistics • 825 Mudd (usual classroom) • Thursday, 5:40-8:40pm • Note the start time • No calculators, books, notes, electronic devices, etc.

  5. What’s on the final exam? • All material covered in lecture • Programs discussed in lecture and posted on the class website • Assigned readings • Emphasis will be on the material covered in class, particularly stuff after Chapters 1-7

  6. What’s on the final exam? • Java basics • chapters 1-7 • Designing classes • 8.1 – 8.9 • Software Engineering • chapter 12 • Software Testing • 2.8, 3.6, 5.5, 7.8, 8.10; slides from 7/10 • Interfaces, Inheritance • 9.1 – 9.5, 10.1 – 10.8 • Graphics • 2.11 – 2.13, 3.9, 10.9 – 10.11, chapter 18

  7. Event handling 9.6 – 9.10 Threads chapter 20 Networking chapter 21 Exceptions chapter 11 Data structures chapters 15 & 16 Design patterns not in the book!! Also….

  8. Event handling 9.6 – 9.10 Threads chapter 20 Networking chapter 21 Exceptions chapter 11 Data structures chapters 15 & 16 Design patterns not in the book!! Also…. In summary: Chapters 1-12 15-16, 18, 20, 21

  9. What’s NOT on the final? • Extra material in textbook, such as: • Common Errors • How Tos • Quality Tips • Productivity Hints • Random Facts • Advanced Topics material covered tonight

More Related