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