Object Lifetime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there

If I have an object that's a member of a class, will the object be set to
nothing when life of the object ends or, must i do it explicitly?

Thanks
ade
 
The object will be destroyed when the containing class is destroyed.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top