Summary

Team-Fly    

 
Visual Basic .NET Unleashed
By Paul Kimmel
Table of Contents
Chapter 7.  Creating Classes

Summary

Classes are different in Visual Basic .NET than in VB6. VB6 classes are now interfaces and literally use the interface keyword. Visual Basic .NET classes use the Class keyword and support inheritance, something not found in VB6. Chapter 7 is a precursor to these more advanced subjects.

This chapter demonstrated the nuts and bolts of defining classes, including adding fields, properties, events, and methods ; how to manage complexity with access specifiers; and how to employ modifiers. This chapter introduced revisions to interfaces and how to implement interface methods, how to implement nested classes, use multithreading, and inheritance.

Chapters 8 and 9 expand on the discussion of events and delegates introduced in this chapter, and Chapter 10 continues the discussion of inheritance and polymorphism in Visual Basic .NET. Chapter 12 spends more time on the powerful concept of attributes.


Team-Fly    
Top
 


Visual BasicR. NET Unleashed
Visual BasicR. NET Unleashed
ISBN: N/A
EAN: N/A
Year: 2001
Pages: 222

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net