operator overloading
why public & static keyword are necessary with overload method in operator overloading , why cant i write protected instead of public & why we are writing static keyword when we are are calling an overloaded method with the help of class object instead of class name ?

Guest UserPosted May 26, 2015, 3:41 AM