Searching map area
Object lifetime
? TBD
Time period between the creation and destruction of an object-oriented programming instance
Ratings
0
Nobody has rated this yet. Be the first!
Facets
1
Influences rating
Lists
0

In object-oriented programming (OOP), object lifetime is the period of time between an object's creation and its destruction. In some programming contexts, object lifetime coincides with the lifetime of a variable that represents the object. In other contexts โ€“ where the object is accessed by reference โ€“ object lifetime is not determined by the...

Instance of