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
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is an example of a delegate?
What are the types of constructors?
How can you force derived classes to provide new method implementations for virtual methods?
1. Describe page life cycle?
What is the difference between finally and finalize block?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is the difference between gettype and typeof in c#?
What is lazy t?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What do you mean by object pooling?
What is winforms c#?
What is a c# delegate?
Why is it efficient to use System.string under System.Text.StringBuilder ?
In C#, explain the difference between overloading and overriding.