feat: finishing the ex00

This commit is contained in:
Raphael 2025-02-10 12:49:42 +01:00
parent a84ff7d969
commit 6d1cf25a57
7 changed files with 38 additions and 38 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/30 13:32:43 by rparodi #+# #+# */
/* Updated: 2025/01/31 19:54:35 by rparodi ### ########.fr */
/* Updated: 2025/02/10 12:48:59 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,7 +20,3 @@ WrongCat::WrongCat() {
WrongCat::~WrongCat() {
std::cout << "[WrongCat]\tDeleting the class" << std::endl;
}
void WrongCat::makeSound() const {
std::cout << "🙀 | Help me I transform my self in cat" << std::endl;
}

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/28 17:44:48 by rparodi #+# #+# */
/* Updated: 2025/01/31 19:37:00 by rparodi ### ########.fr */
/* Updated: 2025/02/10 12:49:13 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,7 +20,6 @@ class WrongCat : public WrongAnimal {
public:
WrongCat();
~WrongCat();
virtual void makeSound() const;
protected:
private: