JavaScript Object Programming
Autor Martin Rineharten Limba Engleză Paperback – 25 dec 2015
This brief book explains the advantages of the object model, inheritance, both classical and prototypical, and shows how these concepts can be implemented in JavaScript. It also shows how object programming (OP) opens a new world of design possibilities that go far beyond inheritance.
This book will help the intermediate JavaScript programmer learn to use both types of inheritance. For classical inheritance, it is accompanied by a substantial online system (a windowing UI library) that shows classical inheritance at its best. The same system shows how OP "capabilities" can eliminate much of the need for inheritance.
For experienced JavaScript programmers, this book shows why most of the old views of JavaScript's inheritance have not done it justice. JavaScript classes inherit from JavaScript's prototypes, a fact that makes JavaScript's prototypes, when used correctly, functional equivalents to C++ classes(not to prototypes in true prototypical languages, like Self).
JavaScript's object programming (not inheritance) is what separates it from classical OOP languages like C++ and Java. Most important, basing inheritance on JavaScript's prototypal chain is possible, but is not the best choice for prototypal inheritance or classical inheritance.
What You'll Learn
- What are objects, JavaScript objects and object programming
- What is and how to use inheritance and JavaScript inheritance as well as inheritance alternatives
- How to design for JavaScript
- What are and how to use OO principles in JavaScript
- How to use Constructors with JavaScript and more
Audience
This book is for both intermediate and advanced JavaScript and Web development programmers. However, any programmer will understand the concepts and any JavaScript programmer should understand all of the concepts in this book. The code there is shows examples of the concepts discussed.
Preț: 149.92 lei
Preț vechi: 187.40 lei
-20% Nou
Puncte Express: 225
Preț estimativ în valută:
28.69€ • 29.84$ • 24.05£
28.69€ • 29.84$ • 24.05£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484217863
ISBN-10: 1484217861
Pagini: 145
Ilustrații: XIX, 109 p. 14 illus.
Dimensiuni: 155 x 235 x 7 mm
Greutate: 0.2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484217861
Pagini: 145
Ilustrații: XIX, 109 p. 14 illus.
Dimensiuni: 155 x 235 x 7 mm
Greutate: 0.2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Professional/practitionerCuprins
1. Objects.- 2. JavaScript Objects.- 3. Object Programming.- 4. Inheritance.- 5. JavaScript Inheritance.- 6. Inheritance Alternatives.- 7. Designing for JavaScript.- 8. OOP Principles.- 9. On Constructors.- A. Notes.
Recenzii
“It promises to briefly explains the advantages of Object model and to show how these concept can be implemented in JavaScript. And it does it! … the book starts with creating objects and explaining the two distinct models of JS objects. Then it goes into manipulation of objects, inheritance theory and practice, oop principles, etc. Pretty interesting, if you are a JS professional. There is enough code amongst the examples and each chapter finishes with a small summary.” (Vitosh Academy, vitoshacademy.com, June, 2016)
Notă biografică
Martin Rinehart, a self-confessed JavaScript lover, set aside work on his five-volume frontend-engineering textbook project for long enough to write this small book on JavaScript inheritance. He wanted to eliminate some of the massive confusion surrounding this important subject. Martin is the author of over a dozen books on programming, and of the JSWindows system that brings a windowing UI to browser-based applications.
Textul de pe ultima copertă
This book will help the intermediate JavaScript programmer learn to use both types of inheritance. For classical inheritance, it is accompanied by a substantial online system (a windowing UI library) that shows classical inheritance at its best. The same system shows how OP "capabilities" can elminate much of the need for inheritance.
For experienced JavaScript programmers, this book shows why most of the old views of JavaScript's inheritance have not done it justice. JavaScript classes inherit from JavaScript's prototypes, a fact that makes JavaScript's prototypes, when used correctly, functional equivalents to C++ classes (not to prototypes in true prototypal languages, like Self).
In this book, you'll learn the following:
- What are objects, JavaScript objects and object programming
- What is and how to use inheritance and JavaScript inheritance as well as inheritance alternativesHow to design for JavaScript
- What are and how to use OO principles in JavaScript
- How to use Constructors with JavaScript and more
Caracteristici
A compact guide useful for intermediate and advanced JavaScript programmers and web developers A unique offering full of inheritance and inheritance alternatives for JavaScript programmers Author of over a dozen books on programming