Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Object Oriented Programming eBooks

If you like Object Oriented Programming eBooks, then you'll love these top picks.
Showing 1 - 24 of 970 Results
Skip side bar filters
  • Level Up: A Comprehensive Guide To Game Development

    So… you want to make a video game? Excellent choice, noble adventurer. Whether you dream of building the next indie masterpiece, crafting a chaotic multiplayer shooter, or just making your own pixelated potato dance in 8-bit glory — you're in the right place.Level Up is your ultimate sidekick, mentor, and slightly sarcastic quest-giver on the wild journey of game development. Written by a fellow ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Learning DCOM

    by Thuan L. Thai ...
    DCOM -- the Distributed Component Object Model -- is a recent upgrade of a time-honored and well-tested technology promoted by Microsoft for distributed object programming. Now that components are playing a larger and larger part in Windows 98, Windows NT 4.0, and Windows 2000, every Windows programmer will want to understand the technology. DCOM competes with CORBA as a rich and robust method for ... Read more

    $23.99 CAD

  • Five Lines of Code

    How and when to refactor

    Five Lines of Code teaches refactoring that's focused on concrete rules and getting any method down to five lines or less! There’s no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples.In Five Lines of Code you will learn:The signs of bad codeImproving code safely, even when you don’t understand itBalancing optimization and ... Read more

    $65.99 CAD

  • Visual Basic Quickstart Guide

    Improve your programming skills and design applications that range from basic utilities to complex software

    by Aspen Olmsted ...
    Master software development with Visual Basic, from core concepts to real-world applications, with this comprehensive guideKey FeaturesAcquire a solid understanding of object-oriented programming (OOP) principles, such as inheritance and polymorphismDevelop expertise in maintaining legacy code with increased efficiencyLearn to read, write, and differentiate between VB Script, VBA, VB Classic, and ... Read more

    $39.19 CAD or Free with Kobo Plus

  • Java: A Beginner's Guide, Seventh Edition

    Up-to-Date, Essential Java Programming Skills—Made Easy!Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.Fully updated for Java Platform, Standard Edition 9 (Java SE 9), Java: A Beginner’s Guide, Seventh Edition, gets you started programming in Java right away. Bestselling programming author Herb Schildt begins with the basics, such as ... Read more

    $39.09 CAD

  • Les fondamentaux de Java et de l'objet

    by Michel Martin ...
    Très orienté pratique, ce manuel se divise en six parties :Partie 1 - Les bases du langage JavaDans cette partie, vous installerez l’environnement de développement Eclipse et vous ferez vos premiers pas en programmation Java. Vous apprendrez en particulier à utiliser les différents types de données, les opérateurs et les instructions de base du langage Java.Partie 2 - Définition et instanciation ... Read more

    $20.99 CAD

  • Python Programming For Beginners

    Learn The Basics Of Python Programming

    by James Tudor ...
    Programming Doesn't Have To Be Difficult. If You Want To Get Started With Python Programming, Read On..How many times have you thought about learning how to code but got discouraged because you had no technical background, didn’t have the time to learn, or you just didn’t think you were smart enough?Would you like to learn the basics of python programming even if you are a complete novice? If so, ... Read more

    Free

  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    by Scott Meyers ...
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes ... Read more

    $54.99 CAD

  • Patterns of Enterprise Application Architecture

    by Martin Fowler ...
    Series series Addison-Wesley Signature Series (Fowler)
    The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their ... Read more

    $66.99 CAD

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Read more

    $67.99 CAD

  • C# 5.0 in a Nutshell

    The Definitive Reference

    When you have a question about C# 5.0 or the .NET CLR, this bestselling guide has precisely the answers you need. Uniquely organized around concepts and use cases, this updated fifth edition features a reorganized section on concurrency, threading, and parallel programming—including in-depth coverage of C# 5.0’s new asynchronous functions.Shaped by more than 20 expert reviewers, including ... Read more

    $39.99 CAD

  • Game Programming Patterns

    The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns ... Read more

    $34.99 CAD or Free with Kobo Plus

  • Programming Python

    Powerful Object-Oriented Programming

    by Mark Lutz ...
    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly ... Read more

    $67.99 CAD

  • Eclipse IDE Pocket Guide

    Using the Full-Featured IDE

    by Ed Burnette ...
    Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my ... Read more

    $8.99 CAD

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    by Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... Read more

    $34.39 CAD

  • The Rust Programming Language, 2nd Edition

    **With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust’s latest version, this edition is considered the language’s official documentation.The Rust Programming Language "covers everything you could want to know about the language."—Stack OverflowRust has been repeatedly voted "Most Loved Language" on the ... Read more

    $43.19 CAD

  • How to Program with Java eBook

    by Trevor J Page ...
    This eBook is designed to teach anyone how to program with Java. The tutorials contained within were carefully constructed with the beginner programmer in mind. The lessons are presented step by step, and explained in plain English.It starts with the basics such as:What is a Variable?What is a Control Structure?What is a Data Structure?These are terms that, if never seen before, would scare ... Read more

    $12.99 CAD

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Read more

    $67.99 CAD

  • Refactoring: Improving the Design of Existing Code

    Improving the Design of Existing Code

    Series series Addison-Wesley Object Technology Series
    As the application of object technology--particularly the Java programming language--has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system ... Read more

    $56.99 CAD

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Read more

    $28.99 CAD

  • Android Studio Development Essentials

    by Neil Smyth ...
    The goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE) and the Android 5.0 Software Development Kit (SDK). Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment. An overview of Android Studio is included covering ... Read more

    $13.56 CAD

  • Killer Game Programming in Java

    Java Gaming & Graphics Programming

    Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order ... Read more

    $32.99 CAD

  • Refactoring to Patterns

    Series series Addison-Wesley Signature Series (Fowler)
    In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary ... Read more

    $66.99 CAD

  • C# Programming Basics: Learn C# Coding for Beginners Book 1

    C# Fundamentals, #1

    Series Book 1 - C# Fundamentals
    This book explains C# fundamentals with easy to understand examples and simple language.Level: Beginner to IntermediateAre you a beginner programmer and looking for learning C# basics?Then this is the perfect guide for you.What you will learn in this book?Data types in C#Variables and ConstantsOperators in C#Value type and Reference typeType conversation<... ... Read more

    $0.99 CAD or Free with Kobo Plus