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
What is Named parameter in C#?
Why do we need reflection in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What sort algorithm does c# use?
Why do we use hashtable in c#?
What is a void c#?
What is the difference between string and string in c#?
When was c# created?
What is the difference between continue and break statement?
Define parsing?
Where are value types stored in c#?
What are the different types of delegates?
What is winforms c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Is Multiple-inheritance supported by c#?