AS3 Object-Oriented concepts: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(well, need to start somewhere)
 
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}


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.
<!-- <pageby nominor="false" comments="false"/> -->
 
== Introduction ==
 
Actionscript specific OO concepts will be introduced later on.
 
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: Flex]]
[[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.