Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ Constructor in C#.

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.

 135 views

More Questions for you: