What?s the difference between an interface and abstract class?
Answer Posted / guest
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ref and out parameters in c#?
What is the difference between integer and double?
What is the default modifier for class in c#?
What is default value of decimal c#?
What are the various components in crystal reports?
what is the meaning of Object lifetime in OOPS
What is namespace c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Show us in simple steps to create setup & deployment project for windows application?
Is var a data type?
What is ilasm.exe used for?
What does private void mean in c#?
Different between method overriding and method overloading?
Explain use of abstract and sealed classes in c#?
What is func c#?