The WrongAnimal class represents a generic animal, used to demonstrate the LACK of polymorphism when ...
The WrongCat class represents a feline animal in the "wrong" hierarchy.
WrongCat(const WrongCat &other)
WrongCat & operator=(const WrongCat &other)
Declares the WrongAnimal class.