Unit III: Functions

Lecture notes

Sample Programs

Lab exercises

Reading

This unit is on functions (which in C++ are also called "methods").

Chapter 4 of the textbook talks about functions. You should read this. (This doesn't cover reference parameters, since the textbook doesn't talk about those until it covers pointers in Chapter 6)