Review
Briefly describe the major components of the .NET Framework, and describe what each component does.
Briefly explain what is meant by a reference type and a value type.
How do you enable your application to use .NET base class library members without referencing their fully qualified names?
Briefly describe how garbage collection works.
Briefly describe what members are, and list the four types of members.
Explain what constructors and destructors are, and describe their use.
Briefly explain the difference between Public (public), Friend (internal), and Private (private) access levels as they apply to user-defined types and members.
Do you need to instantiate a class before accessing a Shared (static) member? Why or why not?
Briefly describe how a class is similar to a structure. How are they different?