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 601 - 624 of 975 Results
Skip side bar filters
  • The Well-Grounded Rubyist, Fourth Edition

    For over fifteen years, The Well-Grounded Rubyist has taught beginner and developing Ruby programmers the veteran secrets of Ruby. This new fourth edition of the groundbreaking classic goes beyond syntax and commands into how a Rubyist really thinks. Fully updated for Ruby 3.4, this approachable guide shows you Ruby principles in a way that’s friendly, clear, and packed with code samples.You don’t ... Read more

    $43.99 USD

    PRE-ORDER

  • A Functional Approach to Java

    Augmenting Object-Oriented Java Code with Functional Principles

    by Ben Weidig ...
    Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're interested in applying FP concepts to your Java code, this ... Read more

    $46.09 USD

  • Rendezvous with Practical Solidity

    A COMPLETE HANDS ON BOOK

    Blockchain canvass is getting bigger and better every day. One of the most vital offerings of blockchain is smart contracts. Solidity is a prominent language that is widely practiced in the development of smart contracts using Ethereum, an emerging technology that promises the ability to disrupt traditional solutions to business through a decentralized ledger.The real essence of this book is the ... Read more

    $7.50 USD

  • C# Interview Questions You'll Most Likely Be Asked

    Series Book 5 - Job Interview Questions series
    284 C# Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsC# Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensiv... ... Read more

    $8.99 USD

  • Hibernate, Spring & Struts Interview Questions You'll Most Likely Be Asked

    Series Book 7 - Job Interview Questions series
    300 Hibernate, Spring & Struts Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsHibernate, Spring & Struts Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive jo... ... Read more

    $8.99 USD

  • The Python Codebook: Building Essential Skills

    So you wanna learn Python, huh? Not just memorize a few print statements and impress your cat with a loop or two—but really learn it? Good. You've just stumbled onto the book that's about to take your Python game from "Hello World" to "Heck yeah, I built this!"Let me introduce you to The Python Codebook: Building Essential Skills—your no-fluff, all-fun, mildly sarcastic (but always helpful) guide ... Read more

    $34.99 USD or Free with Kobo Plus

  • Angular in Action

    by Jeremy Wilken ...
    SummaryAngular in Action teaches you everything you need to build production-ready Angular applications.Thoroughly practical and packed with tricks and tips, this hands-on tutorial is perfect for web devs ready to build web applications that can handle whatever you throw at them.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the ... Read more

    $49.99 USD

  • Code like a Pro in C#

    Build on your existing programming skills and upskill to professional-level C# programming.SummaryIn Code Like A Pro in C# you will learn:Unit testing and test-driven developmentRefactor a legacy .NET codebasePrinciples of clean codeEssential backend architecture skillsQuery and manipulate databases with LINQ and Entity Framework CoreCritical business applications worldwide are written in ... ... Read more

    $49.99 USD

  • Hello! Python

    SummaryHello! Python fully covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately.About this BookProgrammers love Python because it's ... Read more

    $40.99 USD

  • Scala in Depth

    by Josh Suereth ...
    SummaryScala in Depth is a unique new book designed to help you integrate Scala effectively into your development process. By presenting the emerging best practices and designs from the Scala community, it guides you through dozens of powerful techniques example by example.About the BookScala is a powerful JVM language that blends the functional and OO programming models. You'll have no trouble ... Read more

    $49.99 USD

  • Programação orientada a objetos

    Series series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida. Programação orientada a objetos apresenta o conceito do paradigma de programação orientado a objetos, de maneira a ... Read more

    $5.99 USD

  • Object???Oriented Programming with Swift 2

    Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applications

    Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applicationsKey Features\[\*\]Leverage the most efficient object-oriented design patterns in your Swift applications\[\*\]Write robust, safer, and better code using the blueprints that generate objects\[\*\]Build a platform with object-oriented code by using real-world elements and represent them in ... Read more

    $37.79 USD or Free with Kobo Plus

  • Apex Design Patterns

    Harness the power of Apex design patterns to build robust and scalable code architectures on the Force.com platform

    Harness the power of Apex design patterns to build robust and scalable code architectures on the Force.com platformKey Features\[\*\]Apply Creational, Structural and behavioural patterns in Apex to fix governor limit issues.\[\*\]Have a grasp of the anti patterns to be taken care in Apex which could have adverse effect on the application.\[\*\]The authors, Jitendra Zaa is a salesforce MVP and ... Read more

    $37.79 USD or Free with Kobo Plus

  • Full-Stack TypeScript: Crafting End-to-End Applications with React and Node.js

    Transform your web development skills with the comprehensive guide to building modern, production-ready applications using TypeScript across the entire stack. This expert-level resource provides hands-on instruction for creating robust, type-safe applications with React on the frontend and Node.js on the backend.Master the complete development workflow from foundational TypeScript concepts to ... Read more

    $7.99 USD or Free with Kobo Plus

  • Herb Schildt's C++ Programming Cookbook

    Your Ultimate "How-To" Guide to C++ Programming!Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that ... Read more

    $48.99 USD

  • Object-Oriented Software Design in C++

    by Ronald Mak ...
    Learn the fundamentals of Object-Oriented design by investigating good—and bad—code!Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain. Using an engaging “before-and-after” approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns.In Object-Oriented ... Read more

    $49.99 USD

  • Orientação a Objetos em C#

    Conceitos e implementações em .NET

    Nas últimas décadas, o paradigma da Orientação a Objetos tem servido como alicerce para o desenvolvimento de uma ampla gama de linguagens de programação e de ambientes integrados para o desenvolvimento de sistemas informatizados. É necessária uma compreensão profunda dos conceitos inerentes a este moderno paradigma, bem como saber aplicá-los na prática, para que se consiga maximizar seus ... Read more

    $8.99 USD or Free with Kobo Plus

  • Python Complete Guide

    PYTHON COMPLETE GUIDELearn, Build, and Master Python Through Real ProjectsPYTHON COMPLETE GUIDE is your all-in-one journey into Python — designed to take you from absolute beginner to confident developer through a perfect blend of clear lessons, practical coding examples, and real-world projects that make learning both fun and meaningful.Step inside and explore the full power of Python — from core ... Read more

    $25.00 USD or Free with Kobo Plus

  • Python y la IA

    Python y la IA: Domina el Futuro Hoy: Desde Cero hasta Crear Inteligencia Artificial, Juegos, Webs, Forense Digital y ChatGPT. Con Casos en Google Colab y Proyectos Reales¿Y si aprender Python e Inteligencia Artificial fuera tan adictivo como jugar un videojuego?¡Prepárate para un libro que no solo enseña, sino que sacude, transforma e inspira a programar el futuro!Bienvenido a **PYTHON Y LA IA: ... Read more

    $30.00 USD or Free with Kobo Plus

  • Datenformate meistern mit Python

    Arbeiten mit JSON und JSON-LD in der Praxis

    by D. S. Lornach ...
    Datenformate meistern mit Python: Arbeiten mit JSON und JSON-LD in der PraxisWerden Sie zum JSON Python Experten und beherrschen Sie die wichtigsten Datenformate der modernen Softwareentwicklung! Dieses umfassende Praxisbuch führt Sie systematisch durch die Welt von JSON und JSON-LD mit Python und macht Sie fit für die Herausforderungen datengetriebener Anwendungen.Was macht dieses Buch besonders ... Read more

    $17.59 USD or Free with Kobo Plus

  • Introduction to Swift 5.6

    Quick Guides for Masterminds

    by J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to program in Swift 5.6 and how to implement Swift concurrency.After reading this guide, you will know how to program in Swift, how ... Read more

    $2.94 USD

  • The Code Monster Manual

    Escape From Number Hell

    by Kevin Focke ...
    Series series The Code Monster Manual
    Low-level coding fundamentals, the book I wish I had.Improve your low-level programming by learning the nuances of numbers & their representations. Not a math wizard? No problem!---Computers are monsters because they think different than us.We will learn:- What the monsters look like.- How you can prevent the 125 million dollar mistake that caused the NASA Climate Orbitor to crash, and how Tony ... Read more

    $9.98 USD or Free with Kobo Plus

  • Introduction to JavaScript Arrays and Objects

    A Beginner’s Guide to Storing, Organizing, and Accessing Data in JavaScript

    by Dargslan ...
    Series Book 7 - Dargslan - JavaScript - Beginner Level
    Master JavaScript's Most Essential Data Structures: The Definitive Guide to Arrays and ObjectsUnlock the full potential of JavaScript programming with "Introduction to JavaScript Arrays and Objects" – the comprehensive guide designed to transform beginners into confident developers who can expertly handle data in modern web applications.Arrays and objects are the backbone of JavaScript programming ... Read more

    $17.81 USD or Free with Kobo Plus

  • Error Handling in JavaScript for Beginners

    A Practical Guide to Writing Safer, More Reliable JavaScript Code

    by Dargslan ...
    Series Book 8 - Dargslan - JavaScript - Beginner Level
    Error Handling in JavaScript for Beginners: A Practical Guide to Writing Safer, More ReliableMaster the art of error handling and transform from a frustrated coder into a confident JavaScript developerAre you tired of cryptic error messages derailing your JavaScript projects? Do unexpected crashes and silent failures leave you wondering what went wrong? "Error Handling in JavaScript for Beginners" ... Read more

    $17.81 USD or Free with Kobo Plus