How can a member function of a class be defined outside the class definitions?
a) Using the scope resolution operator ::
b) Using the friend keyword
c) Both a and b
d) Neither a nor b