From: Eytan H. <ey...@tr...> - 2001-01-29 12:51:26
|
OO in JS or ECMA script is documented. If you read carefully you will notice that JS was designed as a Class Oriented language that is basically the same as OO (Objects and Classes are basically the same). The only difference between OO and CO is the way it does inheritance hence my new inherit function. About the NS6 I think that can be worked on at the same time while the NG is being worked on. One of the reasons of designing the NG like this is so that we can update the Core of DynAPI without having to change everything just one file (dynlayer.js). 8an |