aspose file tools
The moose likes Beginning Java and the fly likes use of abstact class and interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "use of abstact class and interface" Watch "use of abstact class and interface" New topic
Author

use of abstact class and interface

mohanasundaram muthukannan
Ranch Hand

Joined: May 29, 2008
Posts: 35
hi,


What is the use of abstract classes?

What is the use of interface?


When to use abstract class and when to use interface?
Amit Ghorpade
Bartender

Joined: Jun 06, 2007
Posts: 2549
    
    2

Hi mohanasundaram muthukannan welcome to Javaranch

See InterfaceVsAbstractClass

When to use abstract class and when to use interface?


Should depend on your requirement.

Hope this helps


SCJP, SCWCD.
|Asking Good Questions|
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: use of abstact class and interface
 
Similar Threads
When to use Interfcae and abstract class
difference between interface and abstract
abstract class vs interface ?
Abstract Class & Interface
Interface method