On Wed, Mar 10, 2010 at 3:20 PM, Benny <[email protected]> wrote: > http://www.adobe.com/devnet/actionscript/articles/oop_as3.html
This really clicked for me. I now feel comfortable with all the major concepts of OOP. Obviously, implementation is something entirely different (and I didn't say I felt comfortable with that). It also occurs to me that simply working with AS3 will give me ample opportunity and self-taught lessons in OOP implementation. For example, this little navigation that I'm building now (from my other thread) will, obviously, become it's own class and be implemented in other Web sites. I see this is how we build our script libraries. As time moves on, I'll reference the above article and discover how I could have used, for example getter/setter methods where I hadn't in a script I'd written, then go back and amend that script. Thus, just by natural process as I become an AS3 developer, I will learn the principles of OOP. At this point, I don't see that a book or Lynda.com is even necessary. Flash seems to lend itself more easily to self-teaching OOP than the few other languages that I've studied by its very nature! Thank you all, Susan > > > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

