void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(this);
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot(this);
}
this->~Elephant();
}
Para los azules solo se cambia yellow por blue y ya está….
……Facíl no?
Tags: humor, elefantes, amarillos
Visto en chistesgeeks
Relacionados









Comentarios recientes