1
Reply

what is the meaning of Object lifetime in OOPS

Vikram Singh

Vikram Singh

12y
2.4k
0
Reply

    object lifetime (or life cycle) of an object is the time between an object's creation and its destruction. Rules for object lifetime vary significantly between languages, in some cases between implementations of a given language, and lifetime of a particular object may vary from one run of the program to another