Multiple Inheritance in ActionScript3 (video)

Tags Realaxytutorialvideo
10 February 2012

This video is a tutorial on how to come up with multiple inheritance in AS3 and Realaxy Editor.

Actual OOP interpreting assumes that multiple inheritance is a vicious practice. ActionScript itself doesn’t permit multiple inheritance, and only the using of interfaces provides an alternative. It’s all well and good, no need to argue. Pitifully, as often as not, as a result, we gain hundreds and thousands of lines of a “proper” OOP code, which too much redundant and verbose. This contradiction can be easily fixed with a metaprogramming approach: the Traits language allows to keep the code clean, readable and “OOP-correct”.

(Source: youtube.com)

0 notes
Tags:
blog comments powered by Disqus