TheScientistIsDead wrote:
would this be another example?
I don't think so. Your code produces error " error: cannot call member function ‘char NullCall::PublicMethod(int)’ without object". You can compile this by making the method as static but you can't use this inside a static method. :)
Navaneeth How to use google | Ask smart questions