Lecture 16: Using Classes in C++

This lecture examines how classes are defined and used in C++, comparing this with Java. A class to represent a sum of money is used as an example. Enhancements such as the use of initialiser lists, method inlining and exceptions are explored.

Useful resources: