7. C# provides a default constructor for me. I write a
constructor that takes a string as a parameter, but want to
keep the no parameter one. How many constructors should I
write?

Answers were Sorted based on User's Feedback



7. C# provides a default constructor for me. I write a constructor that takes a string as a parame..

Answer / guest

Two. Once you write at least one constructor, C# cancels
the freebie constructor, and now you have to write one
yourself, even if there?s no implementation in it

Is This Answer Correct ?    8 Yes 0 No

7. C# provides a default constructor for me. I write a constructor that takes a string as a parame..

Answer / nilesh chaudhari

Compiler will provide the default constructor when you not
writing any constructor then only. Otherwise if you writes
any parameterized constructor then you have to explicitly
mentioned default constructor because this condition
Compiler will not provide the default constructor.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What the different phase/steps of acquiring a proxy object in webservice?

0 Answers  


What is the difference between “finalize” and “finally” methods in c#?

0 Answers  


How do I get deterministic finalization in c#?

0 Answers  


Is c sharp open source?

0 Answers  


Where do I put dll files?

0 Answers  






Can you pass value types by reference to a method?

0 Answers  


What is single dimensional array in c#?

0 Answers  


Can list contain duplicates c#?

0 Answers  


What is the difference between system.text.stringbuilder and system.string?

0 Answers  


what are pointer types in c#

0 Answers   Cognizant,


What is assembly manifest?

0 Answers  


What is the use of regex in c#?

0 Answers  


Categories