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
Where do we set the min and max pool size for connection pooling?
What do you mean by directing?
What is .dbml file?
What is lazy t?
What are class fields?
What's the difference between class and object?
What is difference between abstraction and encapsulation in c#?
What is an int in c#?
Is null or empty in c#?
Which is the best language for desktop application?
Is list passed by reference c#?
What is garbage collector and where should you use in .NET?
What is hashtable in c# net with example?
What is a base class in C#?
Is static thread safe?