CPP MODULES: CPP04

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.

TOPICS

  • Subtype polymorphism
  • Abstract classes
  • Interfaces.

DESCRIPTION

  • ex00: Polymorphism. Implement base class Animal. Dog and Cat inherits from Animal.
  • ex01 Implement a Brain class.
  • ex02 Animal Abstract class.

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 33 19