View Single Post
Re: Calling methods from different classes
Old
  (#6)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default 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..
  
Reply With Quote