Constructor in C#
A constructor is a method, which is called when an object of a class type
is constructed, and it usually used for initialization. A constructor method has
following characteristics:
A constructor is a method, which is called when an object of a class type
is constructed, and it usually used for initialization. A constructor method has
following characteristics: