Answer Posted / annie
Abstract class is class which contains both the abstract and concrete method.This class only define the abstract method does not implement it.An abstract method is implemented by its derive class by over-riding that method.An Abstract class does not have any instance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ref and out parameters in c#?
What is difference between c sharp and c#?
Why to use lock statement in c#?
How do I convert a string to an int in c#?
When do we generally use destructors to release resources?
What is default method in c#?
What does int32 mean in c#?
Which are access modifiers available in c#?
How do you create dlls in .NET
What is data annotation in c#?
What is anonymous class in c#?
What is dictionary class in c#?
Difference between directcast and ctype.
Is c# an open source language?
What is an interface class? Give one example of it