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 typeof undefined?

506


What is Implicit conversion in C#?

564


What is private and shared assembly?

546


Can we override interface method?

529


What is a three-tier application.

557






What is yield return in c#?

490


In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

460


Can interface inherit class in c#?

491


What is the delegate in c#?

494


Explain polymorphism in c# with a simple example?

515


What is sealed class in c#?

521


What are bitwise logical operators?

483


Explain about ODP.net

808


What is winforms c#?

483


Differentiate between the public and private ?

563