Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 771 Bytes

cpp module 04

This module is about inheritance and polymorphism Back to Repo README

ex00

usage

  1. run command make inside ex00 directory -> this will create executable called animal
  2. run executable like: ./animal

ex01

usage

  1. run command make inside ex01 directory -> this will create executable called brain
  2. run executable like: ./brain

ex02

usage

  1. run command make inside ex02 directory -> this will create executable called abstract
  2. run executable like: ./abstract

ex03

usage

  1. run command make inside ex02 directory -> this will create executable called interface
  2. run executable like: ./interface

← cpp module03 | cpp module05 →