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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment