| 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
|
|
|
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
|
 |
 |
|
|
subject: Abstract class & Interface
|
|
|