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 Garbage Collection in .Net?
How to put assembly in gac?
Can you explicitly call a destructor?
What are immutable types in c#?
What are console applications used for?
What do you mean by hashtable c#?
Explain the difference between object type and dynamic type variables in c#?
Does c# support multiple class inheritance?
What is the use of table aliases?
What are the fundamental oop concepts?
What is difference between a function and a method?
What is mvc in c#?
How do you determine whether a string represents a numeric value?
Is array passed by reference in c#?
Which string method is used for concatenation of two strings in c#?