Tagged Questions
2
votes
4answers
257 views
Function locals: variable used in just one function
In OOP, static scope means the scope is linked to the class, and instance scope is linked to a specific instance of the class.
Some languages support static locals, which allow a value to be retained ...