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
What is the difference between dll and lib?
Name some properties of thread class.
What is sorted list in c#?
What is the advantage of generics in c#?
what is the difference between convert.tostring() and tostring() functions ?
Explain the difference between object type and dynamic type variables in c#?
What is difference between value and reference types in C#.NET
What are different types of Delegates in C#?
Explain what is copy constructor?
What is meant by collections in c#?
What is ControlBox Propertie
What is default value of bool in c#?
Why hashtable is thread safe in c#?
Why do we use polymorphism in c#?
What is the difference between // comments, /* */ comments and /// comments?