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
How to declares a two-dimensional array in C#?
What is regex c#?
What will be the output of the following code?
What are the different types of comments in c#?
Is for loop faster than foreach?
What is difference between private and static constructor?
What is array and its types in c#?
Why do we use stringbuilder in c#?
What is difference between C# and VB.NET?
What is the difference between static class and singleton class in c#?
What is append in c#?
Can bool be null c#?
What is the default value of boolean variable?
Is unboxing an implicit conversion?
Explain how do you convert a value-type to a reference-type?