¿Cómo matarías a un elefante amarillo?
void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(this);
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot(this);
}
this->~Elephant();
}
El blog de un lunático
¿Cómo matarías a un elefante amarillo?
void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(this);
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot(this);
}
this->~Elephant();
}
No hay comentarios:
Publicar un comentario