AS3 Object-Oriented concepts: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 8: Line 8:


For now, check out [http://www.widged.com/wiki/doku.php?id=en:techniques:programming:object-oriented:primer A primer to Object-Oriented Approaches] for a language independent introduction to OO concepts.
For now, check out [http://www.widged.com/wiki/doku.php?id=en:techniques:programming:object-oriented:primer A primer to Object-Oriented Approaches] for a language independent introduction to OO concepts.
* [http://labs.bigspaceship.com/blog/?p=33 AS3 Namespaces]


[[Category: Actionscript 3]]
[[Category: Actionscript 3]]
[[Category: Flex]]
[[Category: Flex]]
[[Category: Flash]]
[[Category: Flash]]

Revision as of 16:50, 31 October 2007

Draft

<pageby nominor="false" comments="false"/>

Introduction

Actionscript specific OO concepts will be introduced later on.

For now, check out A primer to Object-Oriented Approaches for a language independent introduction to OO concepts.