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
Can you specify nested classes as partial classes?
What is delegate in c# interview questions?
What is serialization and deserialization in c# with example?
Is void a class?
What is the use of the dispose method in C# ?
Distinguish between continue and break statement?
What is callback in c#?
How to assign Null value to Var?
What is the difference between Object and class adapters?
What are properties in c#. Explain with an example?
What is a console file?
What is a di class?
How does bitwise work?
What is a deadlock lock?
Is c# pass by reference?