Javatpoint Logo

What are the different types of constructors in C#?

By: sumant*** On: Thu May 25 00:01:12 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
In your C# tutorial mentioned only 2 types- Default constructor and Parameterized constructor.

And in your C# interview question, mentioned 5 types-
Static constructor
Private constructor
Copy constructor
Default constructor
Parameterized constructor

Could you please provide me the actual type.
Up0Down