Object-Oriented Programming (OOP) Tutorial - Getting Started
Object-Oriented Programming (OOP) Tutorial
Classes are not really for the beginner and the following tutorials assume some basic knowledge of VB.NET. Anyone with a good understanding of Visual Basic 6 (and below) should be fine even if you don't have any previous knowledge of creating your own classes.
Getting Started:
Introduction to Classes - a look at the principles of Classes
Introduction to Interfaces - a look at the principles of Interfaces
Class & Interface Example - an ongoing example using a banking system
Inheritance:
Introduction to Inheritance - a quick run through of Inheritance and its usefulness
Abstract Class - a look at Abstract Classes
Abstract Class Example - continuation of the banking system to use Abstract Class and Inheritance
Instance vs. Class
Instance vs. Class - the difference between Instance and Class and the use of the Shared keyword
If you have any comments/complaints/questions/suggestions email me
Author Information:
http://www.programmers-corner.com
