you mean Static method don't have class scope?????
Quote:
Originally Posted by faizanh
Thanks for the Reply,
I just want to add STATIC FUNCTIONS and Members
dont have Class Scope, as they have static storage .
where as non static members and functions have
class scope thats why "this" pointer is available
to non static class members.
Regards,
Faizan.