An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.

Answer Posted / raman sharma

Abstract class is just like a normal class but we cannot create its object. Abstract class has abstract methods as well as the concrete methods.

Interface has the only abstract properties and methods means they are not defined in the interface but are implemented in the child classes

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Named parameter in C#?

632


Why do we need reflection in c#?

579


What is returned if you pass the value 12.34 to the parsefloat () function?

607


What sort algorithm does c# use?

598


Why do we use hashtable in c#?

562






What is a void c#?

579


What is the difference between string and string in c#?

570


When was c# created?

619


What is the difference between continue and break statement?

617


Define parsing?

580


Where are value types stored in c#?

598


What are the different types of delegates?

570


What is winforms c#?

565


Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?

615


Is Multiple-inheritance supported by c#?

654