Question: IN C++ a) Write a class Animal having two void functions called makeNoise and eat. Both of these functions must be pure virtual functions. There
IN C++
a) Write a class Animal having two void functions called makeNoise and eat. Both of these functions must be pure virtual functions. There is one integer member variable called weight. Write the setters and getters for this member variable. Overload the post increment operator so that it increments the weight by 1.
b)Write the main program to have a loop to show how polymorphism is used in Animal class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
