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's c# ?
What is data quality assurance?
What do you understand by an Implicit Variable?
What is an inheritance in c#?
What is difference between write and writeline in c#?
What is the meaning of extention?
What framework is used for performance testing/load testing?
Why do we parse in c#?
Is hashset serializable c#?
Explain data types in c#?
What is parameter c#?
What is dictionary collection in c#?
Can we inherit private class in c#?
What is the use of GC.KeepAlive Method?
How can we set class to be inherited, but prevent the method from being over-ridden?