What are header files useful for?

Including class declarations of regularly used functionsCreating a link to C++ librariesSaving us time so we don't have to define a function at the start of each program

Woop! Header files are useful to reference in our programs for all of the above reasons!

Nope! Header files are useful to reference in our programs for all of the above reasons!