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 reference c#?
What is xor operator in c#?
What is the benefit of delegate in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
What is parseexact c#?
What are the differences between a class and a struct?
Does google use c#?
Can arraylist hold primitive types?
What is platform independence"?
Explain how do I convert a string to an int in c#?
explain the nature of the assembly work?
what is an exception in .net?
What is the difference between namespace and class?
Can I define my own exceptions?
What is a nullreferenceexception and how do I fix it?