Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 949 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 949 Bytes

🇨➕➕ CPP Module 03

finally, b--

youkim's 42 CPP Module 03 Score

This first module of C++ is designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!

tasks

ex00: Aaaaand... OPEN!

First, you have to implement a class! How original!

ex01: Serena, my love

Because you can never have enough ClapTraps, you will now create a derived robot.

ex02: Repetitive work

Making ClapTraps is probably starting to get on your nerves. Now, implement a FragTrap class that inherits from ClapTrap.

ex03: Now it’s weird!

In this exercise, you will create a monster: a ClapTrap that’s half FragTrap, half ScavTrap. It will be named DiamondTrap...