AS3 Object-Oriented concepts: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}


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


== Introduction ==
== Introduction ==
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]]

Latest revision as of 18:57, 22 August 2016

Draft


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.