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
What is the use of parse in c#?
What is int tryparse in c#?
How to rotate an Image in C#?
how dot net compiled code will become platform independent?
What do you mean by the delegate in c#?
Can we inherit static class in c#?
Explain the accessibility modifier protected internal?
What is Web.config?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is type class in c#?
What basic steps are needed to display a simple report in crystal?
What are actions in c#?
What is difference between throw and throws in c#?
Is int a class in c#?
How to transpose multi-dimensional array?