What does is available outside of class mean?
Answers
Answered by
4
The definition of member functions can be inside or outside the definition of class. If the member function is defined inside the class definition it can be defined directly, but if its defined outside the class, then we have to use the scope resolution :: operator along with class name alng with function name. hope I help u
Similar questions