Why we can't create the object of abstract class ?
Answer Posted / santosh bind
Abstract Class Contain a method without or a body empty implemantation. so we can not create the object of abstract Class.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you type a null character?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What are extensions methods in c#?
Is array thread safe c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is datagridview in c#?
What is the difference between field and variable in c#?
What is the difference between abstract and abstraction?
What is the difference between IEnumerator and IEnumerable?
What is the boxing and unboxing in c#?
What is activator c#?
What is a base class in C#?
Does c# have functions?
What is asynccallback c#?
What is difference between arraylist and list in c#?