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


Please Help Members By Posting Answers For Below Questions

What is the difference between delegates and events in c#?

511


Explain more on CLR

831


What is lazy loading entity framework?

574


What is a cshtml file?

611


what is a enumeration in c#

657






What is dto c#?

558


Is array passed by reference in c#?

592


Define xslt.

628


What .exe means?

584


What is a Managed Code??

623


What is namespace in oop?

586


What is thread.sleep()?

590


Is it true that all c# types derive from a common base class?

615


How do I create a multi language, multi file assembly?

719


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

606