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
What is dll hell, and how does .net solve it?
What is serializable in c#?
Which is faster hashtable or dictionary?
What is the use of expression tree in c#?
What are the 4 pillars of any object oriented programming language?
Can we inherit static class in c#?
What are the different types of classes in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What does the parsefloat function do?
What is the difference between list and arraylist c#?
What is the major difference between a custom control and user control?
What do you mean by string objects are immutable?
What is null in database?
What is the value which is accepted by all data types ?