class manual.inheritance.Descendant

manual.inheritance.Base
    manual.inheritance.Descendant
       manual.inheritance.GrandChild

Description

(C) 2005 flashaxe.com
inheritance/GrandChild.as
descendant class, inherits from Base

Field index

private var __name;

Method index

public function Descendant(Void); // constructor

Field details

manual\inheritance\Descendant.as(10)
private var __name
Name of the class, for reference

Constructor details

manual\inheritance\Descendant.as(15)
public function Descendant(Void)
simple constructor of this object