Stories recently tagged with 'ObjectOriented'

Top 100 Best Software Engineering Books, Ever(noop.nl)

submitted by powerrushpowerrush(3873) 3 years, 8 months ago

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. read more...

3 comments |category: |Views: 837

tags: another

Object Orientation in JavaScript(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 1 month ago

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 read more...

add a comment |category: |Views: 6

tags: another

Object Orientation In JavaScript III [Overloading and Overriding] (aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 1 month ago

javascript is a dynamic language but there are implementations that support the ideas of overriding and overloading here u go read more...

add a comment |category: |Views: 3

tags: another

Object Orientation In JavaScript II [Inheritance](aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 1 month ago

well there are two ways inheritance can be implemented in JavaScript read more...

2 comments |category: |Views: 2

tags: another