Site MapHelpFeedbackBuilding Multitier Programs with Classes
Building Multitier Programs with Classes


At the completion of this chapter, you will be able to...
  1. Discuss object-oriented terminology.
  2. Create your own class and instantiate objects based on the class.
  3. Create a new class based on an existing class.
  4. Divide an application into multiple tiers.
  5. Throw and catch exceptions.
  6. Choose the proper scope for variables.
  7. Validate user input using the TryParse and display messages using an ErrorProvider component.










Advanced Programming VB.NETOnline Learning Center

Home > Chapter 2