CISC 3120 Design and Implementation of Software Applications I
by
Professor Hui Chen, Brooklyn College, CUNY
Final Exam Errata
E1
Question 2. It
should read
Given four classeswhere in the examVehicle,WheeledVehicle,PassengerCar, andVehicleDriverbelow, answer questions.
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.