
In this lab we will be creating more specific animals classes and refactor our code to make use of inheritance.
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 zoo.
// Create Bella.
// Make Bella pregnant.
// Add Bella to the zoo.
// Create Sally and add her to the zoo.
// Create Fred and add him to the zoo.



