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


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Abstract class & Interface" Watch "Abstract class & Interface" New topic
Author

Abstract class & Interface

Max White
Ranch Hand

Joined: Jun 28, 2008
Posts: 83
What is the difference(technical,implementation wise,design scenario ... any) between an abstract class with all abstract methods and an interface?
Also, an abstract class with all non-abstract methods and a concrete class?
Thanks for replying..
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12952
    
    3

This is a frequently asked question, see Interface vs. abstract class in our FAQ.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
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: Abstract class & Interface
 
Similar Threads
ABSTRACT
Difference between abstract and interfaces
interface extending a an abstract class
abstract class and interface
abstract class