/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* WrongAnimal.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos type = other.type; return (*this); } void WrongAnimal::makeSound() const { std::cout << "WrongAnimal weird sounds..." << std::endl; } std::string WrongAnimal::getType() const { return (this->type); }