What is constructor overloading in c#?



What is constructor overloading in c#?..

Answer / Rajendra Singh Rana

Constructor Overloading in C# allows defining multiple constructors for a class, each with different parameters, enabling the creation of objects with various initializations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Say true or false,Private constructor have object or not?

7 Answers   IBM,


Is array reference type / value type?

15 Answers   Accenture,


What is the purpose of ienumerable in c#?

1 Answers  


OOPs concept ?

1 Answers   iGate, MMTS,


what is work of continue statement in C#?

3 Answers  


In C#, explain the difference between overloading and overriding.

1 Answers   Accenture,


what is the main differnce between const,readonly and static

3 Answers   Beehive Systems, CDAC,


What exactly happens when we debug and build the program?

1 Answers  


What is function and method in c#?

1 Answers  


What is func c#?

1 Answers  


Can a constructor have a return type?

1 Answers  


How do I develop c# apps?

1 Answers  


Categories