Say true or false,Private constructor have object or not?
Answer Posted / rajkumar
A class entry point is a Constructor, So a class which has private class is inaccessible by other..in that case u cant even access a class so how can u create an instance for the class which has private constructor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is gac? How to put assembly in gac?
What is yield break in c#?
From which base class do all Web Forms inherit from?
What does void mean unity?
How to find methods of a assembly file (not using ILDASM)?
Is hashset serializable c#?
What is difference between overloading and short circuiting?
What is property c#?
1. Describe page life cycle?
Is there a way of specifying which block or loop to break out of when working with nested loops?
Are structs faster than classes?
Can struct inherit from class c#?
How can I get the ascii code for a character in c#?
What is difference between private and protected?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?