class animal has pure virtual functions that means that it can only act as a base class.
A reference to an object of the base class can refer to either and object of the base class or an object of a...