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 deadlock in c#?
What is string pool in c#?
What is form feed and carriage return?
How to properly clean up excel interop objects?
What is the difference between xml documentation tag?
What you mean by delegate in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
Define the term immutable ?
What is string in c# net?
Does c# provide copy constructor?
What are the desktop applications?
How do you read an Excel sheet in C#?
What do you mean by saying a "struct is a value type"?
What is delegate in c# interview questions?
Classes and structs can be declared as static, is this statement true or false?