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
Is c# pass by reference?
How do you convert byte array to hexadecimal string, and vice versa?
Can we overload the main method in c#?
What do you mean by serialization in .NET?
Is overriding of a function possible in the same class?
What is ienumerable t in c#?
What is difference between struct and class in c#?
What are the extension methods in c#?
What is the use of functional interface?
What are the steps to create an assembly and add it to the gac?
What is difference between mutable and immutable in c#?
Any problem found in vs.et
Define multicast delegate in c#?
What do you use c# for?
What is generic delegates in c#?