Can we create instance for Abstract class?
Answer Posted / nitin kumar
NO, Bcoz Abstract is a class that cannot be instantiated
that must be inherited and it is designed to act as a base
class for other classes
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is an expression in c#?
What is difference between arraylist and list in c#?
What is a .exe extension files? How is it similar to .dll extension files?
What is gui in c#?
Why c# is type safe?
Which is faster hashtable or dictionary?
How many bytes is a char c#?
What is mvc pattern in c#?
Define a partial class?
Explanation on Generic?
What are the classes contained in a single .NET DLL ?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Why do we need indexer in c#?
How do you serialize an object?
What is the example of predicate?