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
Can a method be sealed in c#?
What does dbml stand for?
Does c# have its own class library?
What are the different types of constructors in c#?
what is the difference between interface and multiple interface?
Why ienumerable is used in c#?
How can encapsulation be achieved?
What are access modifiers in c#?
Why dictionary is faster than list?
What are the variables in c#?
Can interface have virtual methods in c#?
Is vs as c#?
Where do we use static class in c#?
How big is a 64 bit integer?
Which function is the entry point for a DLL in MS Windows 3.1?