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 are cookies in c#?
Is string value type c#?
What is difference between abstract class and interface in c#?
Should I use double or float?
What is the difference between abstract and abstraction?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is namespace explain with example?
What are the 2 types of data types available in c#?
What is the default value of date?
Why do we need indexer in c#?
Explain the difference between user control and custom control. Also, explain their use.
Why do I get a security exception when I try to run my c# app?
What is object array in c#?
How can I produce an assembly?
Which is faster hashtable or dictionary?