Skip to main content

Checkpoint: Data Modeling

beginner15 min readLesson 33 of 204

One graded challenge: design an Order model and implement status logic over it.

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

You define the types yourself this time (the tests include your header — that is, the top of your solution): a struct, an enum class, and functions over them.