Say true or false,Private constructor have object or not?
Answer Posted / santoshvw
we create private constructor this possible but we can't
create object(instance) of that class and we can't
communicate one class to another.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we inherit abstract class in c#?
Illustrate namespaces in c#?
What is a dll in c#?
How to create events for a control? What is custom events? How to create it?
what is inheritance and an example in vb.net and c# of when you might use it?
Can a class or a struct have multiple constructors?
Define delay signing?
Can I get the name of a type at runtime?
Is datetime value type c#?
What is an extension method in c#?
Is null or empty in c#?
Can you declare a field readonly?
How to update the gui from another thread in c#?
What are anonymous types in c#?
What is enumerable in c#?