This module is about inheritance and polymorphism Back to Repo README
- run command
make
inside ex00 directory -> this will create executable calledanimal
- run executable like:
./animal
- run command
make
inside ex01 directory -> this will create executable calledbrain
- run executable like:
./brain
- run command
make
inside ex02 directory -> this will create executable calledabstract
- run executable like:
./abstract
- run command
make
inside ex02 directory -> this will create executable calledinterface
- run executable like:
./interface