What is the difference between Abstract and Interface?
Answer Posted / rajesh kushwaha
• Abstract classes can have concrete methods while
interfaces have no methods implemented.
• Interfaces do not come in inheriting chain, while
abstract classes come in inheritance.
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
Why do we need a singleton class?
When can a derived class override a base class member?
How do you define a predicate?
Which property of the textbox cannot be changed at runtime?
What is an assembly qualified name? Is it a filename? How is it different?
Explain data types in c#?
What is the purpose of escape sequence?
State two different types of access modifiers.
What is reference c#?
How can you access a private method of a class?
What can I create with c#?
Explain how many types of exception handlers are there in .net?
What is difference between private and protected in c#?
How many destructors can a class have?
What is interface inheritance in c#?