Object-Oriented Programming with JavaScript, Part II: Methods: A Final Word - Doc JavaScript | WebReference

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:

https://www.internet.com


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