GeekArticles
Microsoft
Visual Basic .NETArticle :: Inheritance in VB.NET
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 521 times |
Add CommentFiled in: Visual Basic NETInheritance is a powerful way of expressing the relationships between types and reusing code across multiple types. Paul Vick focuses on how to build a hierarchy of related classes in VB.NET and to reuse functionality defined in existing classes.
Read Article Sponsored Links
Related Articles
• Article :: What Is C For? David Chisnall looks at the limitations of the current C standard and produces a wish list for the next vers ...