Inheritance
From Director Online Wiki
Inheritance is a programming feature, that allows one script to inherit properties and methods of another script.
- See Single Inheritance and Multiple Inheritance for details.
- See Lingo Inheritance and Javascript Inheritance for information about the implementation in the Scripting Languages.