Can we create instance for Abstract class?
Answer Posted / lakshminarayana golla
we can create object in 4 ways to create an object:
1.Using 'new' operator.
2.Using class.forName( classname ).newInastance();
3.Using clone();
4.Using getInstance();
can anybody explain me what is the difference between those
above 4 things??
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where is the main method in c#?
Can I define my own exceptions?
What do you know about device context?
Why do we use dictionary in c#?
What is a streamwriter in c#?
Define method overloading in c#?
Explain jagged arrays in c#?
What is hash c#?
What does it mean?
What are the advantages of using c#?
Explain how can you clean up objects holding resources from within the code?
Explain dataset.acceptchanges method in .net?
How the versioning applies to Assemblies or can you explain version numbers?
What are the extension methods in c#?
Can we overload the main method in c#?