Search This Blog

Thursday, November 4, 2010

Classes

classes are blueprints which make our codes to be neat and re-usable.

3 comments:

  1. Let me digrace abit to javascript.
    To load multiple js functions on the same page just use onload event handler in the html body tag.Use ; to separate the functions.
    syntax:
    body onload="func1();func2;"

    ReplyDelete