Page 1 of 1
Javascript classes
Posted: Fri Jun 27, 2003 2:54 pm
by daven
Does anyone know of a tutorial or some example code for how javascript deals with classes, inheritance, etc.? The only reference I have only mentions prototyping and does not even use the class() keyword.
Thanks.
Posted: Sat Jun 28, 2003 5:14 pm
by patrikG
Javascript has object-oriented abilities, but is
not an OO-language like, for example, Java.
But have a look at
this as there are many tutorials written on this and the wheel needs not be re-invented.
thanks
Posted: Mon Jun 30, 2003 3:28 pm
by phpScott
Even though I didn't post the question Thanks patrikG for the links as they will make my life much easier on my next project.
phpScott