What is the difference between Abstract and Interface?
Answer Posted / nitin kumar tomar
In interface All methods are abstract but in Abstract Class
some methods could be concrete.
There is no Methods Implimentation is allowed inside
interface and also No accessibility modifiers are not
allowed in interface.
Is This Answer Correct ? | 31 Yes | 11 No |
Post New Answer View All Answers
How long will it take to learn c#?
How is method overriding different from overloading?
Distinguish between array and arraylist in c#?
What is an actual parameter?
What is a deadlock lock?
How to sign an assembly with strong name?
What is datagrid c#?
What is yield c#?
What is the difference between iqueryable and ienumerable?
What is the purpose of constructor in c#?
Explain how to add controls dynamically to the form using c#.net.
What is the use of 'as' Keyword in C# ?
Is static class thread safe in c#?
What is thread.sleep()?
What is a decimal c#?