Write in C++ the following 3 classes. For each of them add a constructor and a destructor. Constructor and destructor print in the screen a
Write in C++ the following 3 classes.
For each of them add a constructor and a destructor.
Constructor and destructor print in the screen a message with the name of the class and the name of the method.
For instance, I am the constructor of the class Deer. Create a class Animal. Create a class Vegetarian. Create a class Deer. Make the class Deer to inherits from Animal and from Vegetarian. Create a main() 3 function. Inside the main() function create a Deer object. Run your program. If everything is correct, the program should show 6 messages the call to the constructors and destructors for Deer, Animal, and Vegetarian.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started