Training
Certifications
Books
Special Offers
Community




 
Practical Standards for Microsoft® Visual Basic® .NET
Author James Foxall
Pages 496
Disk N/A
Level All Levels
Published 07/31/2002
ISBN 9780735613560
Price $49.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Index
Companion Content
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 


Chapter 11: Programming Objects



11  Programming Objects

Microsoft Visual Basic .NET is the first true object-oriented version of Visual Basic. In truth, just about everything in Microsoft .NET is object-oriented, from the .NET Framework on down. As a result, you'll spend a lot of your programming time working with objects and, hopefully, building your own objects as well.

The purpose of this chapter isn't to provide you with every object-oriented best-practices technique possible—that would take at least a book in itself. Indeed, numerous books have been devoted to the subject of object-oriented programming and good object design. Instead, this chapter provides many best-practices for basic object manipulation and design; consider the standards presented in this chapter as baseline skills. To really be a solid object programmer you need to be adhering to these standards at the very least.


Next



Last Updated: August 5, 2002
Top of Page