Question: 1. Create a class named Animals. Create the implementation file Animals.cpp a. The class will have the following members 1. Animal name 2. Animals Age
1. Create a class named Animals. Create the implementation file Animals.cpp a. The class will have the following members 1. Animal name 2. Animals Age You must validate the age being input (use the code from the previous lab). 2. Create an Animal header file Animal.h This file acts as a prototype. 3. Create the program Lab05a.cpp which uses the class Animal to Implement the following a. The program will allow the user to 1. Add Animals 2. Delete Animals 3. Display Animals searching by name 4. Display a list of all Animals 4. On exit; print to the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
