Hello Sir,
Is it necessary to define a function of a particular class outside it with the help of scope resolution operator. We can't define it inside the class and then call it with the help of an object. Why we use Scope resolution operator for making the code tough?
Thanks,