On Aug 25, 2008, at 6:39 PM, Omar Fouad wrote:

But what the hell is an interface!!!???????? I've read lots of books and posts without getting the answer. I bought "Essential AS3" to read about interfaces and he says that helps for multi inheritance. In other places I read that it is a "deal" to ensure that a class has some methods and so on. But what is the real benefit that I can come out with using interfaces????

If you are using a cracked out language like VB, they might be marginally useful in weird circumstances that are, in my opinion, probably poor programming choices in the first place.

They serve little purpose in general, and even less in actionscript.

My 0.01 is that you certainly need to know them, because you might run into some libraries that use them.

My remaining 0.01 is that you need to know them so you can get rid of them from anyone else's code library.

:P

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

Reply via email to