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
Which function is the entry point for a DLL in MS Windows 3.1?
What is view state c#?
Give 2 scenarios where static constructors can be used?
If you donot specify an access modifier for a method, what is the default access modifier?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is difference between internal and protected internal in c#?
What do you understand by the terms datareader object and dataset object?
What is difference between assembly and dll?
Explain async and await?
What is the value which is accepted by all data types ?
Can I use exceptions in c#?
How do I download a program to my desktop?
Why do we need collections in c#?
What is the difference between ienumerable and icollection?
How do I join one form to another in c#?