Lesson 13 - Object Lifetime
Tags:
C#
, 2003
, BCL
, Beginning
This lesson discusses class constructors and how to create overloaded constructors. It discusses the lifetime of an object and what happens when your application no longer needs an object, and the role of the Garbage Collector. Finally, it discusses how to create destructors in C#.