01 // PROJECT AT A GLANCE
C++ POOL — DAY 06
C++The switch to C++: the first classes, in a hospital for koalas.
This is the pool's pivotal day, the one where you move from C to C++. You write your first classes — objects gathering data and the associated behaviour — through a deliberately absurd scenario: a hospital, sick koalas, a doctor and a nurse who interact.
Discovering C++ classes: encapsulation, constructors and destructors, methods, and iostream streams in place of printf.
PRIMARYC++
DELIVERYTEAM RECORD
VERIFICATIONmake
SOURCEINSPECTOR READY
03 // KEY OUTCOMES
- Moving from the procedural paradigm to the object paradigm
- Object lifecycle made visible through constructors and destructors
04 // SOURCE TREE
READING SOURCE…