void announce(void)
Announces the zombie.
Zombie()
Default constructor for the Zombie class.
~Zombie()
Destructor for the Zombie class.
Zombie * newZombie(std::string name)
Creates a new Zombie on the heap.
void randomChump(std::string name)
Creates a Zombie on the stack and makes it announce itself.