Can we create instance for Abstract class?
Answer Posted / siddarth
Abstract class means pure Method with out definition.so we
cant create instance for that
| Is This Answer Correct ? | 50 Yes | 42 No |
Post New Answer View All Answers
What are the Types of caching
Is string a class in c#?
Is c# static or dynamic?
Are structs faster than classes?
What is the difference between Java and .NET garbage collectors?
What is asp net in c#?
Is datetime value type c#?
What is the difference between as and is operators in c#?
What are custom exceptions?
What is the difference between abstract and abstraction?
Why do we use classes?
Which of the following operations can you not perform on an ado.net dataset?
What are constructors in c#?
What is the ouput of the following program?
What is the difference between ienumerable and enumerable?