Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
VB.Net
Class 68 codes
Home
VB.Net
Class
1 Abstract (MustInherit) Class
2 Adding extension method to string
3 Call base constructor
4 Check Class Type in For each Loop
5 Class Composition
6 Class Inheritance Demo
7 Class implements two interfaces
8 Class Property Get and Set
9 Class Shared Variable
10 Class with all shared Member variables
11 Class with two constructors
12 Clonable Object
13 Compare int property
14 Construct Class by Class Combination
15 Constructor with parameters
16 CType a Class
17 Declare Protected Properties
18 Define Abstract Class and Reference Class by it
19 Define and use Class
20 Define and use Interface
21 Define and use Interface Age
22 Define and use Member Function
23 Define and use Properties
24 Define and use ReadOnly Class Property
25 Define and use your own Time Class
26 Define Overridable Member Function
27 Define ReadOnly Property
28 Demo Const and ReadOnly
29 Demonstrate polymorphism in Point-Circle-Cylinder hierarchy
30 Demonstrating method GetHashCode of class String
31 Four Level Hierachy
32 Generic Class and Interface
33 Get and set Properties
34 Implement an Interface
35 Implements an Interface
36 Implements Two Interfaces
37 Init Member Variables through Constructor
38 Interface Inherits another Interface
39 Interface inherits interface
40 Member Wise Clone
41 Multiplie Constructors
42 Nested Class Demo
43 One Class implements two Interfaces which have the same name method
44 Operator Overload Demo
45 Overload Constructor Demo
46 Overloading constructors
47 Overridable Overloads Method from Base Class
48 Override Object ToString
49 Override the Finalize Function
50 Override ToString function
51 Override ToString Method to provide meaningful information
52 Overrides method from super(parent) class
53 PolyMorphism At Work
54 Private Member Variable
55 Property Shadow during Inheritance
56 Protected Member Variables
57 Public and private demo
58 Scope rules and instance variables
59 Shadow base method
60 Shared Method Demo
61 Shared Property Demo
62 Use Constructor to init member variables
63 Use Me to Reference myself
64 Use Overridable Function
65 Use Shared method to construct Object
66 User Shared variable to count instance number
67 Using overloaded methods
68 Your Complex Number Class