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 delegates and events in c#?
Explain more on CLR
What is lazy loading entity framework?
What is a cshtml file?
what is a enumeration in c#
What is dto c#?
Is array passed by reference in c#?
Define xslt.
What .exe means?
What is a Managed Code??
What is namespace in oop?
What is thread.sleep()?
Is it true that all c# types derive from a common base class?
How do I create a multi language, multi file assembly?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?