Can we create instance for Abstract class?
Answer Posted / chinni
yes ,
We can but we can't create object for the abstract class
| Is This Answer Correct ? | 43 Yes | 29 No |
Post New Answer View All Answers
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is expression tree with example?
What is action c#?
What is the difference between string and string in c#?
What is pure abstract class in c#?
What are cookies in c#?
Explain the use of Mutex in C#?
Could you explain the difference between func vs action vs predicate?
Why is dll used?
What is a Jagged Array in C#?
What is Asynchronous call and how it can be implemented using delegates?
What is iformatprovider in c#?
What is the keyword used to prevent a class from being inherited by another class?
Can you access a hidden base class method in the derived class?
How can i Spawn a Thread