aspose file tools
The moose likes Beginning Java and the fly likes abstract class and interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "abstract class and interface" Watch "abstract class and interface" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: abstract class and interface
 
Similar Threads
abstract class
Interface problems...
Java interface
forcing implementing methods
abstract class Vs interface