Midterm Exam Evaluation Exam solutions can be found at: http://www.cs.sjsu.edu/faculty/pearce/modules/courses/cs251b/midterm/midtermSolutions.htm ======================= Problem 1 Either you got this or you didn't. score = 0/10 Comments: ======================= Problem 2a Does EmployeeVisitor contain visit variants for each sublcass of Employee? score = 0/10 Comments: ======================= Problem 2b Does CountProgrammerVisitor override the correct variant of visit? Is the implementation correct? Can users access the final count? score = 0/10 Comments: ======================= Problem 2c Was CountProgrammerVisitor correctly used in main? score = 0/5 Comments: ======================= Problem 3 Was the Publisher-Subscriber Pattern used correctly? Was the auctioneer the publisher and the bidders the subscribers? Was the Strategy Pattern used correctly? Did the bidders use bidding strategies to decide to accept or reject bids? Was the diagram reasonably complete and correct? score = 0/15 Comments: