CS/SWE 332 Oral Assessment Guide 1
Fall 2020


Oral Assessment 1 will revisit the example from In-Class Exercise 1. I'll ask you about the two given equals() methods, as well as "corner" cases where these methods might do something odd.

Update August 27, 2020: I'll only ask you about the equals() method in the User class in the assessment.

This won't be a deep-dive; that comes later. But you should be able to identify specific inputs that lead to corner case behavior. You should be able to assess code behavior on specific inputs.