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 ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is an escape sequence?
How does return work in c#?
What is xaml in c#?
How many root nodes are there in an xml document?
In C#, explain the difference between overloading and overriding.
Can scriptable objects have methods?
Can we inherit a private class in c#?
What is difference between out and ref in c#?
Are there constructors in c sharp?
What is callback delegate in c#?
What is the size of a decimal?
What is Wrapper class in dot net?
What is the output of TextWriterTraceListener redirected?
What is the process of delegation?
Explain About .Net remoting