leruslerus42 / 42HN__CPP_MODULES_CPP03

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP MODULES: CPP03

The goal of the C ++ modules 00 to 08 is to introduce the student to Object-Oriented Programming and the C ++ programming language in general.

TOPIC

  • Inheritance

DESCRIPTION

  • ex00: ClapTrap basic class
  • ex01: ScavTrap class inherit from ClapTrap
  • ex02: FragTrap class inherit from ClapTrap
  • ex03: DiamondTrap class inherit form ScavTrap and FragTrap (Virtual)

Please Note: You can take a look in the subject.pdf file for more relative informations about how the single exercises should be implemented.

RESULT

Screenshot 2022-11-01 at 07 30 01

About


Languages

Language:C++ 89.1%Language:Makefile 10.9%