16 March 2009

Mar 16

1 Function Overloading or Method Overloading in JavaScript

Function Overloading or Method Overloading in JavaScript Though JavaScript is an object oriented language, it is not at all supporting function overloading or method overloading. If you had written more than one function with the same function name, the last one will override all the former. That is, you cannot implement function overloading or method overloading in JavaScript. There is an interesting factor regarding this. Let...
Read More...

11 March 2009

Mar 11

0 Thick client and Thin client programs difference

As a developer you may have a question about the advantages and disadvantages of thin client as well as thick client programs. If you are an online application developer somewhere you would have been feel the following questions in you mind at least once. What are the advantages/disadvantages of developing solution as thick client? What are the advantages/disadvantages of developing solution as thin client? Here you go…… Desktop...
Read More...