|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn900409876 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
150119s2015 caua o 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e rda
|e pn
|c GW5XE
|d UMI
|d S4S
|d YDXCP
|d OCLCF
|d DEBBG
|d EBLCP
|d DEBSZ
|d VLB
|d Z5A
|d MERUC
|d ESU
|d OCLCQ
|d VT2
|d IOG
|d OCLCO
|d REB
|d U3W
|d CEF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d WYU
|d UAB
|d OCLCQ
|d OCLCO
|d AUD
|d ERF
|d WURST
|d DCT
|d OCLCO
|d OKU
|d OCLCQ
|
019 |
|
|
|a 900882947
|a 908082674
|a 1005799325
|a 1026448444
|a 1048122789
|a 1066498544
|a 1086490868
|a 1112526265
|a 1129377890
|a 1153037547
|a 1203994051
|
020 |
|
|
|a 9781484206713
|q (electronic bk.)
|
020 |
|
|
|a 1484206711
|q (electronic bk.)
|
020 |
|
|
|a 148420672X
|
020 |
|
|
|a 9781484206720
|
020 |
|
|
|z 9781484206720
|
024 |
7 |
|
|a 10.1007/978-1-4842-0671-3
|2 doi
|
029 |
1 |
|
|a AU@
|b 000055220530
|
029 |
1 |
|
|a CHNEW
|b 000890533
|
029 |
1 |
|
|a CHVBK
|b 374492506
|
029 |
1 |
|
|a DEBBG
|b BV042490969
|
029 |
1 |
|
|a DEBBG
|b BV043617731
|
029 |
1 |
|
|a DEBSZ
|b 434841463
|
029 |
1 |
|
|a GBVCP
|b 88274125X
|
029 |
1 |
|
|a NZ1
|b 16079574
|
029 |
1 |
|
|a AU@
|b 000072979959
|
035 |
|
|
|a (OCoLC)900409876
|z (OCoLC)900882947
|z (OCoLC)908082674
|z (OCoLC)1005799325
|z (OCoLC)1026448444
|z (OCoLC)1048122789
|z (OCoLC)1066498544
|z (OCoLC)1086490868
|z (OCoLC)1112526265
|z (OCoLC)1129377890
|z (OCoLC)1153037547
|z (OCoLC)1203994051
|
037 |
|
|
|a CL0500000540
|b Safari Books Online
|
050 |
|
4 |
|a TR897.7
|b .S65 2015eb
|
072 |
|
7 |
|a UY
|2 bicssc
|
072 |
|
7 |
|a COM014000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.6/96
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Smith, Ben
|c (Software engineer),
|e author.
|
245 |
1 |
0 |
|a Advanced ActionScript 3 :
|b design patterns /
|c Ben Smith.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a [Berkeley, CA] :
|b Apress,
|c 2015.
|
264 |
|
2 |
|a New York, NY :
|b Distributed to the Book trade by Springer
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource (xvi, 408 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|b PDF
|2 rda
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLink, viewed January 19, 2015).
|
520 |
|
|
|a Advanced ActionScript 3 is a fresh look and new approach to utilizing valuable, structural techniques and methods that are commonly used in the field of rich interactive application development. With each method broken down into different strategized explanations, you'll find the approach most suitable for you. Whether it is an example you can utilize as-is, or one you can start with and develop further, you will have a glossary of definitions and organizational concepts at your fingertips. Object-oriented programming (OOP) and design patterns are not new to the field, but can often be overlooked in their value. They are, at times, not only overwhelming to learn, but difficult to put into practice. However, they are useful because they create a structure that can be broken down, rebuilt, and reused. This edition has been fully updated to reflect modern coding standards and practices. Provides the building blocks required for the implementation of OOP Addresses problems and concerns regarding OOP Offers solutions on how to approach and utilize OOP.
|
505 |
0 |
|
|a At a Glance; Introduction; Chapter 1: Object-Oriented Programming; Encapsulation; Polymorphism; Inheritance; Data Hiding; ActionScript as an Object-Oriented Language; Defining an External Definition; Parts of a Class; The Constructor; Custom Namespaces; Declaring the Namespace Identifier; Applying a Custom Namespace; Opening a Namespace within a Class; Constructing an Interface; Change; General Terms and Definitions; Summary; Key Points; Chapter 2: ActionScript 3: The Facts Behind the Basics; ActionScript 3; The Traits Object; Garbage Collection; Memory Management; Mark and Sweep.
|
505 |
8 |
|
|a Implementing a Disposable PatternManually Declared Stage instances; Application Domain; The LoaderContext; The Class Object; getDefinition()); getDefinitionByName()); Strong Typing; Runtime Type Checking; Compile-Time Type Checking; Restricting a Dynamic Language; Casting; Configuration Constants; ActionScript Editors; Summary; Key Points; Chapter 3: Decision-Making and Planning; Object-Oriented Analysis (OOA); Case Study; The Kick-Off; Turning Off the Volume; Use Case Scenario; Requirements from the Features; Flow Chart; Performance; Layering; Analysis Continued; The Breakup; Product Gallery.
|
505 |
8 |
|
|a PerformanceScenic Gallery; Footer; Wrapping Up the Analysis; Object Oriented Design (OOD); Summary; Key Points; Chapter 4: Intro to Design Patterns; Design Patterns Catalog; Selecting Patterns; Pattern Identification; Reading a Design Pattern; UML; The Class Diagram; Classes; Relationships; Association; Aggregation; Composition; Generalization; Interfaces; Chapter Summary; Key Points; Upcoming Chapters; Chapter 5: Q & A; Quiz 1; Answers to Quiz 1; Quiz 2; Answers to Quiz 2; Chapter 6: Creational Patterns; That Which Must Not Be Named; The Simple Factory; A Comprehensive Look; Example; FAQ.
|
505 |
8 |
|
|a The Factory Method PatternA Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Abstract Factory Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Builder Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Simple Singleton Pattern; A Comprehensive Look; Vignette; The AS3 Cast; Example; The Singleton Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; Summary; Key Points.
|
505 |
8 |
|
|a Chapter 7: Behavioral PatternsThe Strategy Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; Related Patterns; The Template Method Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Command Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Chain of Responsibility Pattern; A Comprehensive Look; Vignette; The AS3 Cast; When It's Useful; Example; FAQ; Related Patterns; The Iterator Pattern; A Comprehensive Look; Vignette; The AS3 Cast.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Flash (Computer file)
|
630 |
0 |
7 |
|a Flash (Computer file)
|2 fast
|0 (OCoLC)fst01388687
|
650 |
|
0 |
|a ActionScript (Computer program language)
|
650 |
|
0 |
|a Computer animation.
|
650 |
|
6 |
|a ActionScript (Langage de programmation)
|
650 |
|
6 |
|a Animation par ordinateur.
|
650 |
|
7 |
|a computer animation.
|2 aat
|
650 |
|
7 |
|a ActionScript (Computer program language)
|2 fast
|0 (OCoLC)fst00796237
|
650 |
|
7 |
|a Computer animation.
|2 fast
|0 (OCoLC)fst00872015
|
653 |
0 |
0 |
|a computerwetenschappen
|
653 |
0 |
0 |
|a computer sciences
|
653 |
1 |
0 |
|a Information and Communication Technology (General)
|
653 |
1 |
0 |
|a Informatie- en communicatietechnologie (algemeen)
|
773 |
0 |
|
|t Springer eBooks
|
776 |
0 |
8 |
|i Print version:
|a Smith, Ben.
|t Advanced ActionScript 3 : Design Patterns.
|d Berkeley, CA : Apress, ©2014
|z 9781484206720
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484206713/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1964924
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12230753
|
994 |
|
|
|a 92
|b IZTAP
|