Say true or false,Private constructor have object or not?
Answer Posted / vishnu
we cannot create object for the private constructor class...
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is the benefit of interface in c#?
Can we override interface method?
Is xml tags are case sensitive?
What is view state c#?
Explain the access modifiers in c#?
What is inheritance in csharp?
How are delegates chosen?
Is multilevel inheritance possible in c#?
How string definitions will prevent escaping on backslashes in C#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is the meaning of console writeline in c#?
Why are strings immutable c#?
What is an inheritance ?Give an example in which inheritance is used?
Is type nullable c#?
Why do we need to override in c#?