How can i create only one instance of class and thus doesn't
allow creating any more instances?
Answer / prayag thakkar
If a system only needs one instance of a class, and that
instance needs to be accessible in many different parts of
a system, you control both instantiation and access by
making that class a singleton.
Is This Answer Correct ? | 5 Yes | 0 No |
how to use custom field validation
Explain some of the disadvantages due to microsoft.net?
Define pipelining? : Dot net architecture
What are the major differences between services and web services?
which class library is used to find unique key?
what are constructors and destructors
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
Can I create my own permission set?
Explain dotnet framework ?
What is .net transaction?
What should one do to make class serializable?
How to improve the cache performance? : .NET Architecture