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
Why do we need static in c#?
What is a .exe extension files? How is it similar to .dll extension files?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
How do I run managed code in a process?
What is an interface class? Give one example of it
Is it possible to inline assembly or il in c# code?
What are the two kinds of properties in c#.
What is out int in c#?
What is delegates and events?
What is a base class in C#?
Difference between directcast and ctype.
Explain states of a thread in c#?
What is generic delegates in c#?
Define c# delegate?
What is c# entity framework?