Glen Pike skriver:

"has a" (interfaces) than "is a" (subclass),

That's wrong. HAS-A is not used for interfaces, it is used for reference properties and other forms of containment. Both interfaces and classes use the IS-A relation.

You don't say Picture HAS-A IDrawable, you say Picture IS-A IDrawable.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to