Friday, November 13, 2009

Static Class Member Variables

When you have a static class member variable, there is only one copy of the variable in the whole program. If you have member function with a static variable, there is also only one copy of the variable in the whole program.

No comments:

Post a Comment