4.10. Wrap-Up
In this chapter, we presented the basic concepts of classes, objects, methods, instance variables and properties. You learned how to declare instance variables of a class to maintain separate data for each object of the class, and how to declare
|
Chapter 5. Control Statements: Part 1
Outline
|
5.1. Introduction
In this chapter and the
Throughout most of the chapter we use console applications to demonstrate new programming techniques. We devote one section to enhancing the Windows application you created in Chapter 2 to include your own Visual Basic code. |