Re: Calling methods from different classes -
13-06-2004
Think of it this way.
For classes...
When you declare a static member variable (or static member function) there is only ONE variable (or function) SHARED between all instances of that class currently instantiated at any given point in time.
Last edited by Austin; 13-06-2004 at 10:31..
|