Can we create instance for Abstract class?
Answer Posted / d
we can create instance for abstract class through dynamic binding concept.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you instantiate an abstract class c#?
What is the difference between // comments, /* */ comments and /// comments?
What is argument in c#?
What is difference between private and static constructor?
What is an escape sequence? Name some string escape sequences in c#.
What is expression tree in c#?
How can you reference current thread of the method ?
Where do we set the min and max pool size for connection pooling?
Can you access a hidden base class method in the derived class?
What is a dbml?
What is boxing in c#?
How many types of polymorphism are there?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What are the extension methods in c#?
What is difference between ilist and list in c#?