For javascript in general, I've written several articles showing the fundamentals of OOP on the howtonode.org blog.
- http://howtonode.org/object-graphs - http://howtonode.org/object-graphs-2 - http://howtonode.org/object-graphs-3 JavaScript is not Java. It's quite possible to write a large complex node application without ever using prototypes and "new". Most the time experienced JS devs use a mix or prototype based and closure based techniques depending on which fits the specific problem at hand. On Thu, Mar 29, 2012 at 8:13 AM, Rehan Iftikhar <[email protected]>wrote: > Chirag > > Can you specify which aspects of OOP you are looking for? And are you > asking for Javascript examples or NodeJS-specific examples? > > -Rehan > > > On Thursday, March 29, 2012 2:53:10 AM UTC-7, Chirag A wrote: >> >> can anyone pls suggest a NodeJS sample application which implements or >> uses OOP fundamentals. >> >> Thank You >> > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
