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 difference between array and arraylist in c#?
What is array c#?
Define method overloading in c#?
What are the different types of constructors?
Why do we need indexers in c#?
What's difference between constants and static readonly?
Which types of inheritances does c# support?
What is the difference between writeline and write in c#?
How to find methods of a assembly file (not using ILDASM)?
How can you set image source dynamically from c# application to ”test.png” file?
Contrast System.String and System.Text.StringBuilder classes?
Is c# substring zero based?
How do I get deterministic finalization in c#?
Is it true that all c# types derive from a common base class?
Define c# i/o classes? List the commonly used classes?