Final Exam Errata

E1

Question 2. It should read
Given four classes Vehicle, WheeledVehicle, PassengerCar, and VehicleDriver below, answer questions.
where in the exam VehicleDriver was misspelled as WehicleDriver.

E2

Question 7. Lines 6-7 of the code snippet, should read
Course course = new Course ( courseCode , creditHours );
coursePassed.add(course);
where in the exam the variable course was missing and coursePassed was misspelled as courseTaken.

E3

Question 11(d). The question should read
Given the various code exerpts in question 10, in your view which objects or classes represent “M”, ”V”, and ”C”, respectively?
where in the exam, the question missed , respectively and question 10 is written wrongly as question 9.