public: virtual void quack() {
				turkey->gobble();
	}
 void quack(){
     turkey->gobble();
 }