Murach's Beginning Visual Basic .NET
This chapter presents an introduction to object-oriented development
by showing you how to create your own business classes, including
classes that contain shared properties and methods.
|
|
|
|
The design of the Invoice class |
196 |
|
The specifications for an Invoice application |
198 |
|
The code for the form class |
200 |
|
The code for the Invoice class |
202 |
|
|
How to add a class file to a project |
204 |
|
How to define properties |
206 |
|
How to define methods |
208 |
|
How to create and use an object |
210 |
|
|
How to create and use shared properties and
methods |
212 |
|
How a shared method can be used in the Invoice
application |
214 |
|
When to use shared properties and methods |
214 |
|
|
How to use the Class View window |
216 |
|
How to use the Object Browser |
218 |
|
The generated code for a form class |
220 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|