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