What is the difference between Abstract and Interface?
Answer Posted / sanjay
In the abstract class we can define the member function
but in interface we can not define only declare the
function.
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can we create extension method for interface?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is the namespace for the thread class?
Differentiate between response.expires and response.expiresabsolute?
What is the main purpose of linq?
What are anonymous functions in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
Why should I use interface in c#?
How many constructor can a class have?
What is the reason behind the invention of c#?
What is an object pool in .net?
What are the 3 different types of arrays?
Can we declare class as protected?
Why do we use delegates in c#?
Difference between a sub and a function in c#.