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
Is a valid int value?
Can abstract class instantiated c#?
What is reference types in c#?
What's the difference between system.string and system.text.stringbuilder classes?
What does break do in loop?
Explain metadata in c#.
What is Covariance and contravariance in C#?
What are the fundamental differences between value types and reference types?
List some of the basic string operation?
How long will it take to learn c#?
How is the syntax written to inherit from a class in C#?Give an example ?
In object oriented programming, how would you describe encapsulation in c#?
What is the difference between array and arraylist c#?
What is readline c#?
What is continue in c#?