
complex object creation in JScript
Quote:
> Hi,
> Is anybody aware of any examples of object creation in JScript? I mean,
> truly stand-alone objects that may have a pretty complex inner structure,
Yes, objects can have complex inner structures.
Quote:
> distinction between the implementation and the interface, various
> polymorphic method calls, etc.?
All method calls are polymorphic, since there are no typed parameters(and
the fact that you can always add, and skip params to a func).
There are no distinction even between the class and the objects, everything
is instances. You can inherit classes, but only objects (created with new).
Quote:
> Moreover, what would be the most professional JScript-related site you
could
> recommend of?
developer.netscape.com
Quote:
> Thanks a lot,
> Benjamin
your'e welcome a lot
/Carl
IT-Performance