Can constructor be overloaded in c#?



Can constructor be overloaded in c#?..

Answer / Asad Hussain

Yes, constructors can be overloaded in C#. Multiple constructors with different parameter lists can exist within the same class, allowing for various ways to initialize objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is different between Boxing and Unboxing?

1 Answers  


What is indexers in C#

4 Answers   Bodhtree,


What is hiding in CSharp ?

1 Answers  


What is the use of inheritance in c#?

1 Answers  


What is a delegate?

5 Answers   Siebel Systems,


What is private void in c#?

1 Answers  


hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 Answers  


Is Facebook a desktop application?

1 Answers  


what is method overloading in c#?

1 Answers   Arigo Infotech,


What is delegation in oops?

1 Answers  


Name some string escape sequences in c#.

1 Answers  


How do I open the console?

1 Answers  


Categories