What is the difference between Abstract and Interface?
Answer Posted / narendra mishra
Abstract->Abstract Method are the method without any
body.When derived class inherit the abstract method from
the abstract class It must override the abstract method.
Interface->Interface also define properties, method and
event which are known as the member of an interface.
Interface contain only the declaration of members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between func and action delegate?
What are the different types of constructors in c#?
Difference between abstract classes and interfaces
what are the contents of an assembly ?
What is a ienumerator?
What is difference between Trace and Debug
How do you name a variable in c#?
Which is the base class in c#?
How to Show Message box in Metro Style App?
What is the difference between console and windows application?
What is the do while loop code?
Explain about multithreading?
Where is the keyword void used?
Why do we use Design Pattern in C#?
how to implement a web service in .net