Thursday, July 16, 2009
Object-Oriented programming with JavaScript. OO Concept in JavaScript
Object-Oriented programming with JavaScript. OO Concept in JavaScript - ViralPatel.net: "Object-Oriented programming is one of the widely used programming paradigm that uses abstraction to create model based on real world. It is a model organized around “objects” rather than “actions” and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data. Object-oriented programming (OOP) uses “objects” – data structures consisting of datafields and methods – and their interactions to design applications and computer programs. Each object can be seen as a tiny machine which is responsible for the set of task assign to it."