Lesson 14 - Object Lifetime
Tags:
VB
, 2003
, BCL
, Language
, Beginning
This lessons defines what constructors and destructors are, and how to create multiple constructors using overloading. It also explains what happens when an object goes out of scope and how it is removed from memory by the Garbage Collector in .NET.