|
| Total Answers and Comments: 8 |
Last Update: August 13, 2009 Asked by: sekhark.k |
|
| | |
|
Submitted by: geeky1 Depends on the design consideration. If one wants the design to be flexible then go for the interface else abstract class. The abstract class can contain default implementation which is inherited by the subclasses by default. If you are looking for performance then abstract class is the best choice
Above answer was rated as good by the following members: pravinsharma, alok2009 | Go To Top
|