When should we use abtract class and Interface Class?Give
an Example
Answers were Sorted based on User's Feedback
Answer / eswar
Features are same but implementation are different then we
go for Interface
Features are same and some of the implementations are same
then we go for Abstract.
Is This Answer Correct ? | 14 Yes | 10 No |
Answer / pallavi
Use an abstract class when you want to inherit only from the parent
Use an interface when you want to inherit from multiple sources
If the behaviour of base class is default behaviour of all the sub classes the use abstract. If it is not default behaviour for all the classes use interface.
Interface - CAN-DO relationship
abstract class - IS-A relationship
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pravin more
If U Want to add some modules in ur application in the
feature then u can use abstract class.
---Pravin More
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / lenin n c
In abstract we need can create Object for that class and
cannot inherit it.
But in case of interface viceversa
Is This Answer Correct ? | 2 Yes | 17 No |
What is true about application service provider?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
What is enableviewstate?
What is routing in MVC?
What are sql joins?
Is string a value type or a reference type?
How to handle errors in Web API?
What is viewstategenerator?
what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.
differences between class inheritance and interface?
What is asp.net mvc5? : Asp.Net MVC
What are the Types of chaching. How to implement caching