This document describes an assignment to create two new classes - BirthInfo and Pet - and a driver class Assignment4. The BirthInfo class stores information about a pet's birth including date, month, year and place. The Pet class represents a pet with attributes for name, type, and birth information. The Assignment4 driver class displays a menu and allows the user to add a pet by entering its details, display the pet information, or quit the program. It provides test case input and expected output files to test the program.