Skip to main content

Home/ General Development In DotNet/ Group items tagged oop

Rss Feed Group items tagged

Jacques Bosch

Google Testing Blog: How to think about OO - 0 views

  •  
    "Everyone seems to think that they are writing OO after all they are using OO languages such as Java, Python or Ruby. But if you exam the code it is often procedural in nature."
Johann Strydom

OOP in JS, Part 2 : Inheritance - 1 views

  •  
    "Cat.prototype.haveABaby=function(){ var theKitten = this.parent.haveABaby.call(this); alert("mew!"); return theKitten; }"
1 - 2 of 2
Showing 20 items per page