Why we can't create the object of abstract class ?
Answer Posted / srikanth
If we define a class with abstract keyword then the class
will be abstract class irrespective of abstract methods(un
inplemented methods)every one know that.
While compilation compiler checks whether the class is
abstract or not? if it's abstract it gives the compilation
error...
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is command object in c#?
What is datatable and dataset in c#?
Is as keyword in c#?
What does the dispose method do with the connection object?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is difference between out and ref in c#?
What are the differences between events and delegates in c#?
What is difference between Trace and Debug
How do I make a dll in c#?
Explain nullable types in c#?
What are namespaces, and how they are used?
What is the difference between hashtable and dictionary in c#?
What do you mean by winforms in c#?
Is c# static or dynamic?
Can partial class be inherited?