Object Oriented Javascript
filed under:javascript @ 19:01:42 comments(0)
Object Oriented Javascript:
- Private, public and privileged members
- One core thing about JavaScript that tends to confuse people is how to get private, public and privileged members.
- Namespacing your JavaScript
- Perhaps a very uncommon approach to developing web applications that require JavaScript (but should be more common) is namespacing your scripts.
- Private Members in JavaScript
- JavaScript is the world's most misunderstood programming language. Some believe that it lacks the property of information hiding because objects cannot have private instance variables and methods. But this is a misunderstanding. JavaScript objects can have private members.
tags: programming