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

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!