Contents Up << >>

Basics of the paradigm

What is a class?
What is an object?
What is a reference?
What happens if you assign to a reference?
How can you reseat a reference to make it refer to a different object?
When should I use references, and when should I use pointers?
What's the deal with inline functions?