home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeActionScript: The Definitive GuideSearch this book

A.3. Object-Oriented Programming

Netscape's Details of the Object Model

http://developer.netscape.com/docs/manuals/js/core/jsguide/obj2.htm

A detailed article explaining the prototype-based implementation of OOP, inheritance, and classes in JavaScript. Concepts are illustrated with numerous code samples. Netscape makes a special effort to explain JavaScript's OOP in terms C and Java coders will understand.

Sun's Object-Oriented Programming Concepts (from The Javatm Tutorial)

http://java.sun.com/docs/books/tutorial/java/concepts

Although intended as a primer for aspiring Java programmers, it covers the basics of OOP in generalized terms and makes good background reading for OOP in any language.



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.