/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos getType() << " " << std::endl; std::cout << i->getType() << " " << std::endl; std::cout << std::endl << "----- Making sounds ------" << std::endl; i->makeSound(); j->makeSound(); meta->makeSound(); std::cout << std::endl << "----- Free all! ------" << std::endl; delete (meta); delete (j); delete (i); return (0); }