What?s the difference between an interface and abstract class?
Answer Posted / umesh
In the interface all methods must be abstract; in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is difference between dynamic and var in c#?
What is c-sharp (c#)?
How can I create image pieces/sub image?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What does void mean in c#?
What is a destructor in c#?
What is cookies c#?
What is .edmx file?
What are the different types of assembly?
Are c# strings null terminated?
What is difference between il and dll ?
What is int parse in c#?
What are the Configuration files in .net?
What does convert toint32 mean?
What is a clr (common language runtime)?