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
Why are c# strings immutable?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Why to use “using” in c#?
What is enum in c#?
What is array and types of array in c#?
What is serializable in c#?
What are the types of serialization?
What are extensions in c#?
What is the importance of closing an ado.net application?
What are Types of assemblies that can be created in dotnet
Why c# is called c sharp?
Can we change static variable value in c#?
What is .cs file in c#?
What are the steps to create a webservice and consume it?
What is bitwise operator in c#?