
In this lab we will be implementing interfaces and adjusted our existing code to make use of them.
Create any button(s) and button click event handler(s) in the WPF window designer (if specified in the class diagram).

// Create Sam.
// Create the Como Zoo.
// Set birthing room temperature.
// Add Sam to the zoo.
// Create Flora.
// Add Flora to the zoo.
// Create Brutus and add him to the zoo.
// Create Coco.
// Make Coco pregnant.
// Add Coco to the zoo.
// Create Paddy and add him to the zooPatti.
// Make Patti pregnant.
// Add Patti to the Como Zoo.
// Create Bella.
// Make Bella pregnant.
// Add Bella to the zoo.
// Create Buzz and add him to the zoo.
// Create Sally and add her to the zoo.
// Create Fred and add him to the zoo.



