Review of Classes
What happens if we forgot to put the
keyword public in the previous class
interface?
Why is it necessary to place the class
name, followed by the scope resolution
operator (::) when we implement a member
function outside of a class?