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
What is lock in c#?
What are jagged arrays used for?
Can a class or a struct have multiple constructors?
What are Uses of CLR
What does console mean c#?
What are the fundamental differences between value types and reference types?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is an icollection in c#?
What is data types in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is the benefit of using interface in c#?
What is difference between new and override in c#?
Is datetime a value type in c#?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
Why do we need static in c#?