Can anybody give me the answer for the following question? Thanks.
1. How do you check if a object is out of scope?
2. How do you clean unreference object when you are out of object scope?
3. Is finalize() the last one function was called before you are out of object
scope.
c**g 发帖数: 274
2
please define "scope" and "out of scope".
【在 l*u 的大作中提到】 : Can anybody give me the answer for the following question? Thanks. : 1. How do you check if a object is out of scope? : 2. How do you clean unreference object when you are out of object scope? : 3. Is finalize() the last one function was called before you are out of object : scope.