CS 2102 (B12): Object-Oriented Design Concepts
Final Exam Prep Guide


Home | Staff and Office Hours | Lectures and Assignments | MyWPI | Policies


The final exam will be in class on Tuesday, Dec 11th. You can pick up your graded exam in class on Thursday, Dec 13th (the last day of term).

The questions will focus on material since the midterm, but some material from the first part of the course may be needed to set up problems on the material from the back part of the course.

What Should You Expect?

Exams from Previous Offerings

I do not have the exam answers written out to post, but feel free to go over these problems in anyone's office hours.

What You Can Bring

You may bring a single sheet of paper with whatever notes, examples, comments, etc that you wish. You may use both sides of the paper. Typeset or handwritten is fine. The exam is otherwise closed-book, closed-notes.

You may not share paper notes with others during the exam.

What You are Expected to Know

The final will focus on the following topics that we have done since the midterm:

Topics from the first half of the course, such as access modifiers, encapsulation, super classes, etc could show up indirectly.

The exam will not cover any material past the lecture on Friday, Dec 7.

Literal Instructions from First Page of Exam

You have 50 minutes to complete the problems on the following pages. There should be sufficient space provided for your answers.

If a problem asks you to create an interface, you should provide a complete interface, including method headers and argument types.

If a problem asks you to create a class:

Omit the Examples class (examples of data and test cases) unless a question asks otherwise.

If a problem asks you to choose a data structure, provide the type of content as well as the name of the data structure (for example, a LinkedList<String>, a HashMap<String,Dillo>, a graph with People as nodes). You may indicate the content types either in code or in prose.