Advanced C++: const and Functions

There are 3 ways a const can be used with a function: 1. const parameter; 2. const return value; 3. const function. Notes can be downloaded from:
Back to Top