PDA

View Full Version : Classes: a good tutorial



jesuisbenjamin
August 13th, 2010, 03:48 PM
Hello there,

In my experience, when learning how to program for the first time, understanding the concept of classes and instances was difficult. But this depends mostly on the tutorial you follow, because classes in fact are quite simple.
As i am learning to use MXML and ActionScript on Flex Builder, i came across a tutorial which offers a very clear picture of what classes are. So i thought i ought to share this, for those who make their first steps in programming.
The movie is relevant up the 10th minute, since it then focuses on specific cases in Flex. The first 10 minutes though are universal (i think).

http://tv.adobe.com/watch/flex-in-a-week-day-1/implementing-oop-concepts-in-flex/

Good luck!
B.

dv3500ea
August 13th, 2010, 05:29 PM
I thought ActionScript was just ECMAscript (like javascript), so doesn't that mean there are no classes, just objects?