Re: [flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Weyert de Boer
Could someone give me some examples why you want to overload/inherite from a private constructor? I can't come up with some cases 1-2-3. Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yaho

[flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Jeff Tapper
True, but that is not necessary in all subclasses. If we need to do that, we would probably create an internal constructor, rather than a private one. What I'd really like to see one way or the other is the ability to have non-public constructors. Ideally, that would include public, internal