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
What is class method?
What is the difference between method and constructor in c#?
Which one is trusted and which one is untrusted?
Which namespace is required to implement trace ?
What is an object and a class?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Is multiple inheritance possible in c#?
Is datetime nullable c#?
What is an escape sequence?
What is the difference between yield and return?
What is the difference between package and interface?
write a program to find the biggest palindrome in the given string
List the different stages of a thread?
Explain the types of Polymorphism.
What is ado net in c#?