Jan 12, 2009

Differences between a static member function and non-static member functions

Differences between a static member function and non-static member functions

A static member function in a class can access only other static members of a class or variables which are not members of its class. It can be invoked even without an object instance, unlike any other member functions.

No comments:

Post a Comment