Question: Please code in C++, thanks! Please take this lab assignment as the coding review session for your final. In this exercise, we'll have parent class

Please code in C++, thanks!

Please take this lab assignment as the coding review session for your final. In this exercise, we'll have parent class Animal, with 2 children classes: Dog and Cat, And we'll have parent class Food, with 2 children classes Bone and Bug. Each bone contains 105 calories, and each bug contains 50 calories. Dog food will be Bone, and Cat food will be Bug. In class Animal, we will have a template function template void feed(T inputFood); this function when being called by a dog object, should cout: " just ate a bone, and gain calorie", and when being called by a cat object, should cout: " just ate a bug, and gain calorie",

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!