class manual.inheritance.GrandChild

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

Description

(C) 2005 flashaxe.com
inheritance/GrandChild.as
child of the descendant class, inherits from Descendant

Field index

private var __name;

Method index

public function GrandChild(Void); // constructor

Field details

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

Constructor details

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