Murach's Beginning Visual Basic .NET
This chapter builds your object-oriented programming skills by
showing you how to develop your own classes for business applications
using features like overloading, inheritance, and class libraries.
|
|
|
|
How to define and use constructors |
466 |
|
How to overload methods |
468 |
|
How to throw argument exceptions |
470 |
|
How to define and use class events |
472 |
|
How to create a class with a collection property |
474 |
|
|
The specifications for the Invoice application |
476 |
|
The design of the classes used by the Invoice
application |
478 |
|
The code for the InvoiceBatch class |
480 |
|
The code for the Invoice class |
482 |
|
The code for the LineItem class |
482 |
|
The code for the Invoice application's form |
486 |
|
|
An introduction to inheritance |
488 |
|
How to create a base class |
490 |
|
How to create a derived class |
492 |
|
The code for the TaxableInvoice class |
494 |
|
|
How class libraries work |
496 |
|
How to create a class library project |
498 |
|
How to add a reference to a class library |
500 |
|
How to use the classes in a class library |
500 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|