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 does void do in c#?
What do you mean by expression tree?
How do I know if executenonquery is successful c#?
What can you do as a .net developer?
In a memory when you Box and Unbox a value-type what happens?
What is a nullreferenceexception and how do I fix it?
What is Implementation inheritance and interface inheritance?
What are strong name assemblies?
What is the difference between var and dynamic types in c# 4.0?
Is string passed by reference in c#?
Why can't we use a static class instead of singleton?
What is the size of a decimal?
How to implement delegates in c#.net
What is mvc firstordefault?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?