Home
VB.Net Tutorial
Language Basics
Data Type
Operator
Statements
Date Time
Class Module
Development
Collections
Generics
Attributes
Event
LINQ
Stream File
GUI
GUI Applications
Windows Presentation Foundation
2D Graphics
I18N Internationlization
Reflection
Regular Expressions
Security
Socket Network
Thread
Windows
XML
Database ADO.net
Design Patterns
Menu
Class Definition « Class Module « VB.Net Tutorial
VB.Net Tutorial
Class Module
Class Definition
6.11.Class Definition
6.11.1.
Class with a constructor to initialize its member field value
6.11.2.
Define class
6.11.3.
Define your own Time Class
6.11.4.
Class declaration with a method that has a parameter
6.11.5.
Class that contains instance variable and a property to get and set its value
6.11.6.
Implement an interface
6.11.7.
One class implements two interfaces 1
6.11.8.
Overrides equals
6.11.9.
Overrides ToString
6.11.10.
Structure and Class assignment: by reference or by value