Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Interface Vs AbstractClass
Posted by ramesh on November 05, 2000 at 9:17 PM
Hi What is the key difference between interface and abstratclass in practical. Theoritically abstractclass is partially implemented class where as methods in an interface doesT contain method def. My question is practically where can we use interface and where can we use abstract class. if any one can explain with an example it would be great thanx Ramesh
Replies:
|