Constructor in C#.

Submitted by: Administrator
Constructor is a method in the class which has the same name as the class (in VB.Net its New()). It initialises the member attributes whenever an instance of the class is created.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers