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 ado c#?
What is delegates in c#?
What is difference between comparable and comparator?
i want the csharp questions&answeres
Is c# a keyword?
Name the control which cannot be placed in mdi?
What is the best dependency injection c#?
Can we have only “try” block without “catch” block in c#?
Can multiple inheritance implemented in c# ?
What are access modifiers used for?
How many keyword present in C# language ?
What are types of constructor?
Difference between debug.write and trace.write?
What is private readonly in c#?
What is default constructor c#?