Home
/
Learning
/
C++ Masterclass: From Zero to Hero
/
Const Correctness
Back to course
Const Correctness
C++ Masterclass: From Zero to Hero
Using
const
everywhere possible for safety and performance.
Previous lesson: Multiple Inheritance
Next lesson: Inline Functions