Object-Oriented Programming with JavaScript, Part II: Methods: A Final Word - Doc JavaScript
Object-Oriented Programming with JavaScript, Part II: Methods
A Final Word
In this column we presented Part II of our series on object-oriented programming with JavaScript. We focused on method definition. We showed you three different ways to define methods, and explained the pitfalls in using the constructor function. We taught you how to distinguish between private and public data elements, and how to protect private data elements from being shared between subclasses. We also overviewed context and scope, and how to distinguish between the three different context types. We explained what is included in a scope, and how context switching occurs.
In this column, you have learned:
- How to construct an object from the Object object
- How to define a function
- How to define a method
- How to classify contexts
- How to classify scopes
- How to to ensure successful object construction
- How to distinguish between private and public data elements
- How to protect private data elements
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: March 26, 2001
Revised: March 26, 2001
URL: https://www.webreference.com/js/column80/10.html