Skip to Content
0
Dec 28, 2007 at 11:55 AM

Methods with memory

44 Views

Hi,

i have a class with several methods. Some of these methods should remember if they are called the first time or not. Of course i can add some protected/private attributes to put this infoirmation in, but isnt there another way of doing that?