R
Raghu
A local variable in a procedure can be declared as Static so that it can
retain value after the procedure ends. My question is: Does the variable
retain value among multiple objects of same type? Or is it specific to one
object instance?
Thanks.
retain value after the procedure ends. My question is: Does the variable
retain value among multiple objects of same type? Or is it specific to one
object instance?
Thanks.