search for books and compare prices
a93600700 matches 94 work(s)
< previous 25 | displaying 26 to 50 | next 25 >
Jump to start at |
Cover for 9780321861276 Cover for 9780672318535 Cover for 9780672326110 Cover for 9780987247827 Cover for 9780321832085 Cover for 9781118336922 Cover for 9781449320294 Cover for 9780321721334 Cover for 9780321832184 Cover for 9781430243687 Cover for 9783642317613 Cover for 9783642958311 Cover for 9783642981067 Cover for 9783642842498 Cover for 9783642799273 Cover for 9783642791949 Cover for 9780817639051 Cover for 9780387534961 Cover for 9783642843761 Cover for 9780387564692 Cover for 9783642780790 Cover for 9780735658226 Cover for 9781430242697 Cover for 9781430241881 Cover for 9780321711922 Cover for 9780321247131 Cover for 9781430241164 Cover for 9780538452984 Cover for 9780619215637 Cover for 9781133188223 Cover for 9781423901846
cover image for 9780321861276

Paperback:

9780321861276 | 4th edition (Addison-Wesley Professional, March 13, 2013), cover price $44.99
9780672326110 | 2 sub edition (Sams, December 1, 2003), cover price $39.99
9780672318535 | Sams, March 1, 2000, cover price $29.99

cover image for 9780987247827

Paperback:

9780987247827 | Sitepoint Pty Ltd, December 14, 2012, cover price $24.95

cover image for 9781118336922

Paperback:

9781118336922, titled "Beginning Object-oriented Programming With C#" | Wrox Pr Inc, November 6, 2012, cover price $39.99

cover image for 9781449320294

Paperback:

9781449320294 | 2 edition (Oreilly & Associates Inc, October 26, 2012), cover price $44.99

cover image for 9780321721334

Paperback:

9780321721334, titled "Practical Object-Oriented Design in Ruby: An Agile Primer" | Addison-Wesley Professional, September 5, 2012, cover price $44.99

cover image for 9781430243687
Product Description: Objective-C is today's fastest growing programming language, at least in part due to the popularity of Apple's Mac, iPhone and iPad. Beginning Objective-C is for you if you have some programming experience, but you're new to the Objective-C programming language and you want a modern―and fast―way forwards to your own coding projects...read more

Paperback:

9781430243687 | Apress, November 21, 2012, cover price $39.99 | About this edition: Objective-C is today's fastest growing programming language, at least in part due to the popularity of Apple's Mac, iPhone and iPad.

cover image for 9783642317613
Product Description: This book presents the thoroughly refereed post-conference proceedings of the International Conference on Formal Verification of Object-Oriented Software, FoVeOOS 2011, held in Turin, Italy, in October 2011? organised by COST Action IC0701...read more
By Dilian Gurov (editor)

Paperback:

9783642317613 | Revised edition (Springer-Verlag New York Inc, July 19, 2012), cover price $72.00 | About this edition: This book presents the thoroughly refereed post-conference proceedings of the International Conference on Formal Verification of Object-Oriented Software, FoVeOOS 2011, held in Turin, Italy, in October 2011?

cover image for 9783642958311
Product Description: Diese beispielorientierte Einführung in das Erstellen modularer Software basiert auf der Programmiersprache Pascal. Von einfachen Programmstrukturen und Unterprogrammtechniken wird über Datenstrukturen und abstrakte Datentypen konsequent zu den Objektklassen hingeführt...read more

Paperback:

9783642958311 | Reprint edition (Springer-Verlag New York Inc, February 12, 2012), cover price $69.95 | About this edition: Diese beispielorientierte Einführung in das Erstellen modularer Software basiert auf der Programmiersprache Pascal.

cover image for 9783642981067
Product Description: Nowadays, newly developed software is often already obsolete by the time it is introduced. The object-oriented concept provides a solution to this "crisis," by allowing objects to be used in a wide range of programs. Object-oriented applications development with databases places special demands on the DBMS and the development environment...read more
By Anthony S. Rudd (trans)

Paperback:

9783642981067 | Reprint edition (Springer-Verlag New York Inc, January 19, 2012), cover price $99.00 | About this edition: Nowadays, newly developed software is often already obsolete by the time it is introduced.

cover image for 9783642842498
Product Description: At present, object-oriented programming is emerging from the research labora­ tories and invading into the field of industrial applications. More and more products have been implemented with the aid of object-oriented programming techniques and tools, usually as extensions of traditional languages in hybrid development systems...read more

Paperback:

9783642842498 | Reprint edition (Springer-Verlag New York Inc, December 25, 2011), cover price $149.00 | About this edition: At present, object-oriented programming is emerging from the research labora­ tories and invading into the field of industrial applications.

cover image for 9783642799273
Product Description: Mit dem objektorientierten Paradigma wird in der Datenverarbeitung ein Denkansatz verfolgt, der die DV-Lösungen als Abbild der realen Welt implementiert, anstatt diese auf theoretischen und technischen Regelsätzen aufzubauen.Das Buch stellt die verschiedenen objektorientierten Techniken klar und praxisbezogen dar...read more

Paperback:

9783642799273 | Reprint edition (Springer-Verlag New York Inc, December 14, 2011), cover price $69.99 | About this edition: Mit dem objektorientierten Paradigma wird in der Datenverarbeitung ein Denkansatz verfolgt, der die DV-Lösungen als Abbild der realen Welt implementiert, anstatt diese auf theoretischen und technischen Regelsätzen aufzubauen.

cover image for 9783642791949
By Xavier Pintado (editor)

Paperback:

9783642791949 | Reprint edition (Springer-Verlag New York Inc, December 23, 2011), cover price $149.00

by Luea Cardelli Ever since Strachey's work in the 1960's, polymorphism has been classified into the parametric and overloading varieties. Parametric polymorphism has been the subject of extensive study for over two decades. Overloading, on the other hand, has often been considered too ad hoc to deserve much attention even though it has been, in some form, an ingredient of virtually every programming lan­ guage (much more so than parametric polymorphism). With the introduction of object-oriented languages, and in particular with multiple-dispatch object-oriented languages, overloading has become less of a programming convenience and more of a fundamental feature in need of proper explanation. This book provides a compelling framework for the study of run-time over­ loading and of its interactions with subtyping and with parametric polymorphism. The book also describes applications to object-oriented programming. This new framework is motivated by the relatively recent spread of programming languages that are entirely based on run-time overloading; this fact probably explains why this subject was not investigated earlier. Once properly understood, overloading reveals itself relevant also to the study of older and more conventional (single­ dispatch) object-oriented languages, clarifying delicate issues of covariance and contravariance of method types, and of run-time type analysis. In the final chapters, a synthesis is made between parametric and overloading polymorphism.

Hardcover:

9780817639051 | Birkhauser, December 1, 1996, cover price $199.00 | About this edition: by Luea Cardelli Ever since Strachey's work in the 1960's, polymorphism has been classified into the parametric and overloading varieties.

Paperback:

9781461286707, titled "Object-Oriented Programming a Unified Foundation" | Reprint edition (Birkhauser, September 26, 2011), cover price $199.00

cover image for 9783642843761
Product Description: Object-oriented database systems have been approached with mainly two major intentions in mind, namely to better support new application areas including CAD/CAM, office automation, knowledge engineering, and to overcome the `impendance mismatch' between data models and programming languages...read more
By Alejandro P. Buchmann (editor), Umeshwar Dayal (editor) and Klaus R. Dittrich (editor)

Hardcover:

9780387534961 | Springer Verlag, July 1, 1991, cover price $71.95 | About this edition: Object-oriented database systems have been approached with mainly two major intentions in mind, namely to better support new application areas including CAD/CAM, office automation, knowledge engineering, and to overcome the `impendance mismatch' between data models and programming languages.

Paperback:

9783642843761 | Reprint edition (Springer-Verlag New York Inc, December 21, 2011), cover price $149.00 | About this edition: Object-oriented database systems have been approached with mainly two major intentions in mind, namely to better support new application areas including CAD/CAM, office automation, knowledge engineering, and to overcome the `impendance mismatch' between data models and programming languages.

cover image for 9783642780790

Hardcover:

9780387564692 | Springer Verlag, February 1, 1994, cover price $69.95

Paperback:

9783642780790, titled "Object-Oriented Programming: With Prototypes" | Reprint edition (Springer-Verlag New York Inc, December 25, 2011), cover price $129.00

cover image for 9781430242697
Product Description: The Cocoa Touch frameworks and APIs are powerful tools for creating native iOS apps, and they're free with Xcode, Apple's development environment. If you've already gotten your feet wet with Objective-C, and you're ready to learn more about iOS development, then Learn Cocoa Touch for iOS is the book for you...read more

Paperback:

9781430242697 | New edition (Apress, June 27, 2012), cover price $39.99 | About this edition: The Cocoa Touch frameworks and APIs are powerful tools for creating native iOS apps, and they're free with Xcode, Apple's development environment.

cover image for 9781430241164
Product Description: If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference Counting is Apple's game-changing memory management system, new to Xcode 4.2. Pro Multithreading and Memory Management for iOS and OS X shows you how ARC works and how best to incorporate it into your applications...read more

Paperback:

9781430241164, titled "Pro Multithreading and Memory Management for Ios and OS X: With Arc, Grand Central Dispatch, and Blocks" | New edition (Apress, April 25, 2012), cover price $49.99 | About this edition: If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital.

cover image for 9781133188223

Paperback:

9781133188223 | 4th edition (Course Technology Ptr, February 10, 2012), cover price $136.95
9780538452984 | 3 edition (Course Technology Ptr, January 13, 2010), cover price $150.95
9781423901846 | 2 pap/cdr edition (Course Technology Ptr, December 17, 2007), cover price $157.95
9780619215637 | Course Technology Ptr, January 25, 2005, cover price $194.95

< previous 25 | displaying 26 to 50 | next 25 >