On Sat, Sep 6, 2008 at 9:37 AM, S0 F1 <[EMAIL PROTECTED]> wrote:

> Interfaces allow 'Polymorphism'. Many say this is OOP's greatest
> contribution to computer science.


<snip>

>
> Any thoughts on this?


What you've described above has no need for interfaces. That's just standard
OOP polymorphism based on inheritance of concrete objects. Interfaces are
actually more useful for objects which aren't necessarily related via
inheritance.

It's worth reading back through this long (and quite old, as Jason points
out) thread - there are a lot of good answers in it.

Ian
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to