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 265 - 288 of 971 Results
Skip side bar filters
  • How to JAVA

    a Guide for Self-Learning

    by V.V.R.K ...
    A guide for someone who has no idea what JAVA is but needs to know and fast! This Book is basically designed for beginners who are starting their journey towards learning JAVA. It covers all the basic concepts that you need to know before calling yourself well-versed in JAVA. This book is also suited for students and professionals who wish to prepare for interviews or examinations, and they don't ... Read more

    $18.43 CAD

  • Gideros Mobile Game Development

    With Gideros you can develop games for both iOS and Android faster and more simply. This book shows you how with a real-life project you undertake yourself. All that's required is a little familiarity with Lua.

    by Arturs Sosins ...
    With Gideros you can develop games for both iOS and Android faster and more simply. This book shows you how with a real-life project you undertake yourself. All that's required is a little familiarity with Lua.Key FeaturesDevelop engaging iOS and Android mobile games quickly and efficientlyBuild your very first game following practical and easy-to-understand instructionsFull of code examples and ... Read more

    $33.99 CAD or Free with Kobo Plus

  • Swift 2 Design Patterns

    Build robust and scalable iOS and Mac OS X game applications

    by Julien Lange ...
    Build robust and scalable iOS and Mac OS X game applicationsKey FeaturesBook DescriptionSwift is a multi-paradigm language. It has expressive features familiar to those used to work with modern functional languages, while also keeping the object-oriented features of Objective-C. It remains compatible with Apple’s legacy codes and frameworks. A design pattern systematically names, motivates, and ... Read more

    $23.99 CAD or Free with Kobo Plus

  • Designing with Objects

    Object-Oriented Design Patterns Explained with Stories from Harry Potter

    Here is a book that takes the sting out of learning object-oriented design patterns! Using vignettes from the fictional world of Harry Potter, author Avinash C. Kak provides a refreshing alternative to the typically abstract and dry object-oriented design literature.Designing with Objects is unique. It explains design patterns using the short-story medium instead of sterile examples. It is the ... Read more

    $101.99 CAD

  • Android Studio Koala Essentials - Kotlin Edition

    Developing Android Apps Using Android Studio Koala Feature Drop and Kotlin

    by Neil Smyth ...
    This book, fully updated for Android Studio Koala Feature Drop (2024.1.2) and the new UI, teaches you how to develop Android-based applications using the Kotlin programming language.This book begins with the basics and outlines how to set up an Android development and testing environment, followed by an introduction to programming in Kotlin, including data types, control flow, functions, lambdas, ... Read more

    $43.99 CAD

  • Symfony Framework

    Symfony es un framework web escrito en PHP que sigue el paradigma MVC (model-view-controller), cuya curva de aprendizaje necesaria para su uso es baja, es framework bastante fácil de usar. Está orientado para permitir que los desarrolladores apliquen principios ágiles del desarrollo tales como DRY o XP y enfoqado en la reglas de negocio sin la necesidad de escribir muchos archivos de configuración ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Modular Programming with JavaScript

    Modularize your JavaScript code for better readability, greater maintainability, and enhanced testability

    Modularize your JavaScript code for better readability, greater maintainability, and enhanced testabilityKey Features\[\*\] Design and build fully modular, modern JavaScript applications using modular design concepts\[\*\] Improve code portability, maintainability, and integrity while creating highly scalable and responsive web applications\[\*\] Implement your own loosely coupled code blocks that ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Mastering React Bootstrap: Building Responsive UIs with Ease

    "Mastering React Bootstrap: Building Responsive UIs with Ease" is a comprehensive guide that delves into the intricacies of creating responsive and dynamic user interfaces using the powerful combination of React.js and Bootstrap. This book is an indispensable resource for both novice and experienced web developers who seek to enhance their skills in front-end development.The journey begins with an ... Read more

    $14.99 CAD or Free with Kobo Plus

  • Simplifying Software Design

    The Genius of Bureaucracies, or How Not-My-Job Sharpens Your Design

    Series series The Simplifying Series
    Simplifying Software Design: The Genius of Bureaucracies, or How Not-My-Job Sharpens Your Design addresses a deceptively simple question at the heart of software development:Where should this line of code go?Every system is the accumulation of answers to that question. Each decision about responsibility, knowledge, and communication shapes whether a system remains understandable, maintainable, and ... Read more

    $11.99 CAD

  • CryEngine Basics: First Steps in Game Development

    CryEngine Series

    Series series CryEngine Series
    Embark on an exhilarating journey into the world of game development with "CryEngine Basics: First Steps in Game Development." This comprehensive guide is an indispensable resource for aspiring game developers, digital artists, and enthusiasts eager to master the fundamentals of using CryEngine, one of the most powerful game engines available today.Authored by a seasoned game developer, this book ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Bughunting

    A Four-Course Debugging Feast

    by Rob Botwright ...
    ���� Discover Bughunting: A Four-Course Debugging Feast! ����Are you ready to transform the way you tackle software defects? ����️ Dive into Bughunting, a mouthwatering series of four "courses" designed to make you a debugging master. Each book is packed with practical recipes, real-world examples, and powerful techniques to conquer even the trickiest bugs. Whether you're a junior developer or a ... Read more

    $9.99 CAD

  • Java 17 Backend Development

    by Elara Drevyn ...
    This book offers beginners and backend developers with practical guidance on developing robust server-side applications with Java 17. Each chapter is structured around hands-on examples, real-world challenges, and step-by-step solutions tailored to Java professionals aiming to elevate their expertise in backend systems. It seamlessly transitions through essential development phases, covering ... Read more

    $42.99 CAD or Free with Kobo Plus

  • Master Python Without Prior Experience

    This comprehensive Python programming guide seamlessly transitions you from fundamental concepts to advanced topics, ensuring a deep comprehension of the Python language. Discover the essence of programming and Python, unraveling the significance of programming, the allure of Python, and the essential steps to configure your Python environment.Embark on a journey through Python essentials like ... Read more

    $4.99 CAD or Free with Kobo Plus

  • Java Distributed Computing

    by Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Read more

    $35.99 CAD

  • Rust In Practice

    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages

    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages in RustRust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the ... Read more

    $43.99 CAD

  • Programación en C++

    En este libro trataremos de responder a tres preguntas muy comunes:¿Por qué existe C++ y cuáles son sus ventajas sobre C?¿Qué recursos están disponibles en C++ para materializar las ideas orientadas a objetos?¿Cómo diseñar e implementar código usando los principios de la orientación a objetos?Una vez que haya comprendido las características básicas disponibles en C++, y sepa cómo y por qué usarlas ... Read more

    $9.99 CAD or Free with Kobo Plus

  • Mastering Java: A Comprehensive Guide to Programming Excellence Category

    "Mastering Java: A Comprehensive Guide to Programming Excellence"Discover the key to becoming a Java programming virtuoso with "Mastering Java: A Comprehensive Guide to Programming Excellence." This in-depth book is your gateway to unlocking the full potential of Java, the versatile and powerful programming language.Whether you're a beginner taking your first steps into the world of programming or ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Kindle Fire App Development Essentials

    Developing Android Apps for the Kindle Fire

    by Neil Smyth ...
    The goal of Kindle Fire App Development Essentials is to teach the skills necessary to develop Android based applications for the Kindle Fire family of devices.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development environment. An introduction to the architecture of Android is followed by an in-depth look at the design of Android ... Read more

    $17.85 CAD

  • C# and Algorithmic Thinking for the Complete Beginner

    Unlock the Power of Programming with C# and Algorithmic Thinking

    Dive into the world of C\# and algorithmic thinking with Aristides Bouras's comprehensive guide for complete beginners. Master fundamental concepts, from basic algorithms to advanced programming techniques, using Visual Studio.Key FeaturesComprehensive introduction to C\# and algorithmic thinking with step-by-step guidance.Practical exercises with real-world applications, along with integration of ... Read more

    $10.99 CAD or Free with Kobo Plus

  • Java Programming Fundamentals: From Control Structures through Objects

    by Brian Gaddis ...
    This book is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Designed to support an introductory programming course, this book teaches you concepts of problem-solving and object-orientated programming using a fundamentals-first approach. Beginner programmers learn critical ... Read more

    $40.01 CAD

  • Mastering Xcode: A Developer's Journey

    "Mastering Xcode: A Developer's Journey" is an insightful and comprehensive guide designed for developers seeking to deepen their understanding and mastery of Xcode, Apple's integrated development environment (IDE). This book is a must-read for anyone aspiring to excel in the dynamic world of iOS and MacOS app development.As you embark on this journey, you'll discover the book's meticulous ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Mastering JavaScript Object-Oriented Programming

    Advanced patterns, faster techniques, higher quality code

    Unleash the true power of JavaScript by mastering Object-Oriented programming principles and patternsKey Features\[\*\] Covering all the new Object-Oriented features introduced in ES6, this book shows you how to build large-scale web apps\[\*\] Build apps that promote scalability, maintainability, and reusability\[\*\] Learn popular Object-Oriented programming (OOP) principles and design patterns ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Scala

    Como escalar sua produtividade

    Scala é uma linguagem que une Orientação a Objetos e Programação Funcional, de sintaxe enxuta e estaticamente tipada, projetada para expressar padrões de programação de uma forma concisa e elegante. Para desenvolvedores com conhecimento em linguagens orientadas a objetos, como Java ou C#, Scala é um passo natural, oferecendo o lado funcional como um desafio em termos de aprendizagem, mas com ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Python Programming Language For Beginners

    A Modern Approach

    by Hong Lei ...
    Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This book gives enough understanding on Python programming language.Why to Learn Python?Python is a high-level, interpreted, interactive and ... Read more

    $6.86 CAD or Free with Kobo Plus