Say true or false,Private constructor have object or not?
Answer Posted / jamie plenderleith
An object can be instantiated with a private constructor
from within a shared/static methond within the same class
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is wcf c#?
What is definition in c#?
What is void method?
Is struct object oriented?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is the difference between system.text.stringbuilder and system.string?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Explain About remoting and web services. Difference between them
Why we use get and set method in c#?
What is the xml document structure?
In which format you can pass the value in the sleep function?
Difference between abstract classes and interfaces
Can a method be sealed in c#?
Should I use double or float?
What is the meaning of MSIL?