By tag: ObjectOriented
0
kicks
Top 100 Best Software Engineering Books, Ever
In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
0
kicks
Object Orientation In JavaScript II [Inheritance]
well there are two ways inheritance can be implemented in JavaScript
0
kicks
Object Orientation in JavaScript
JavaScript and object orientation has been a long debated issue, and because of the untyped nature of JavaScript many have thought of it as a temporary solution till something that is OO emrges and replaces it, well the current AJAX sites has proved them wrong
0
kicks
Object Orientation In JavaScript III [Overloading and Overriding]
javascript is a dynamic language but there are implementations that support the ideas of overriding and overloading
here u go