interface and abstract difference
interface class and abstract class difference with example
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MahaPosted Nov 22, 2014, 4:38 AM
First to understand Interface, you must know the inheritance well.
One parent class can have many child classes inherit from its parent class. But C# will not allow a child class to inherit from many parent classes. Because one child can't have many parents, this is a real world scenario.
In other words multiple inheritances are not allowed in C#. In order to fulfill such a need Interfaces are used.
Yadagiri ReddyPosted Nov 22, 2014, 2:48 AM
Manish Kumar ChoudharyPosted Nov 21, 2014, 11:35 PM
Hi Chandrashekar Shirasangi,
Visit following links it might be helpful for you.
http://www.codeproject.com/Articles/11155/Abstract-Class-versus-Interface
http://www.dotnetbull.com/2011/11/difference-between-abstract-class-and.html
http://stackoverflow.com/questions/15178219/whats-the-difference-between-an-abstract-class-and-an-interface
Mukesh Kumar TiwariPosted Nov 21, 2014, 11:26 PM
Dipankar BiswasPosted Nov 21, 2014, 11:16 PM
http://www.dotnetbull.com/2011/11/difference-between-abstract-class-and.html
http://forums.asp.net/t/1997754.aspx?difference+between+abstract+class+and+interface+in+c+with+example