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 a dimensional array?
Which is faster hashtable or dictionary?
What is an iqueryable in c#?
What is better C# or VB.NET?
How are methods overloaded?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Are there constructors in c sharp?
How many types of namespaces available in version4?
What is namespace in oop?
How can I process command-line arguments?
How does substring work in c#?
How can I use .NET components from COM programs?
What is bit in c#?
Why do we use lambda expression in c#?
List the difference between interface and abstract class?