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 are the three types of operators?
Is there any sample c# code for simple threading?
Name the connections does microsoft sql server support?
Explain lock, monitors, and mutex object in threading.
What is use of console?
Explain the difference between .net and c#?
How can you achieve run time polymorphism in C#?
What is the difference between field and variable in c#?
What is delegate in c# interview questions?
What are different types of Delegates in C#?
What is the difference between ref and out in c#?
What is a .exe extension files? How is it similar to .dll extension files?
What is lazy in c#?
Can you inherit from a sealed class?
What is response redirect in c#?