All kinds of consts
We will get familiar with the versatile use of the keyword const as a part of a modular program. We will cover constant objects, constant pointers, constant references and constant member functions, i.e. the use of const in code and interfaces.
Lecture 12