|
java
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
Abstract Class vs Interface
|
|
|
|
abstract class defines core identity. If we are thinking in term of speed then abstract is fast then interface because interface requires extra in-direction.
So as per my view Abstract class having upper-hand in compare to interface. Using interface having only advantage of multiple inheritance. If you don’t understand the things then don’t worry because it’s my mistake because I am not able to describe the topic.
http://geekswithblogs.net/mahesh/archive/2006/07/0
saved under Interview Questions/Abstract vs Interface
by
java
|
|
|