| Author |
abstract class and interface
|
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
|
abstract class and interface has undefined methods in them. so why do we need interface when abstract class is there and it serves the purpose ?
|
 |
Norm Radder
Ranch Hand
Joined: Aug 10, 2005
Posts: 681
|
|
|
One part is that a class can implement more than one interface but only extend one abstract class.
|
 |
Ravikanth kolli
Ranch Hand
Joined: Feb 10, 2008
Posts: 179
|
|
|
check this.
|
-kolli
|
 |
 |
|
|
subject: abstract class and interface
|
|
|