What is a private constructor? where will you use it?
Answer Posted / sri
we can declare the constructor private ,it is called
private constructor.
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
What is verbatim string?
What is the use of properties window?
Is it possible to have different access modifiers on the get/set methods of a property?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is token in c#?
What is _viewstart cshtml?
Explain hash table in c# ?
What is array collection?
What is a c# delegate?
Why is dll used?
What is the namespcae generally given to the webpage of the .NET Framework ?
can you declare an override method to be static if the original method is not static?
What is a statement c#?
Is it possible to execute multiple catch block for a single try statement?
What is mvc in c#?