Thomas SMETS
Posts: 307
Nickname: tsmets
Registered: Apr, 2002
|
|
Re: Difference between an interface and a class
|
Posted: Nov 6, 2002 1:45 PM
|
|
Tony,
The abstract class provides some implementation for some methods, while the interface cannot provide any implementation.
An abstract class has no purpose if it is not extended by (one or more) classes which can rely on the (already) provided implementation (or not) to provide some specific behavior.
Thomas,
p.s. : Hi Charles, Long time I haven't seen you around. How's going ?
--------- Thomas SMETS, SCJP2, Brussels yahoo-id : smetsthomas
|
|