Skip to main content

Checkpoint: OOP

beginner15 min readLesson 37 of 204

One graded challenge: a class with a real invariant, const-correct interface, and one polymorphic use.

Checkpoint — OOP. Pass the graded challenge below to finish the module.

A Counter class (encapsulation + invariant) and an area function over shapes (polymorphism) — the module's two halves in one artifact.