Thread
:
Constructors in C#
View Single Post
rekha11
Go4Expert Member
31Jan2008,13:05
Constructor are same as the class name.Constructors will be automatically invoked whenever the object is created.Constructor have no return value .
constuctors are:
overloaded constructors
static constructors
copy constructor