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 193 - 216 of 909 Results
Skip side bar filters
  • PHP OOP Way

    by Sergey Zhuk ...
    What Is This Book AboutChapter 1 covers the fundamentals of the object-oriented programming: encapsulation, inheritance, and polymorphism. We will discuss the purpose of abstraction and inheritance, and why you should avoid using inheritance for code reuse. This chapter also covers such language specific features as traits and closures and their role in the object-oriented code. And at the end of ... Read more

    R152,71

  • C++ STL Cookbook

    Master the latest STL features in C++23 and 26 with practical recipes for modern C++ development

    by Bill Weinman ...
    This edition of C++ STL Cookbook features new recipes, updated best practices, and comprehensive coverage of the latest C++23, C++26 features. Perfect for intermediate to advanced developers looking to leverage modern C++ features and techniques. Key FeaturesElevate your code with the latest C++23 strategies and techniques to solve complex programming challenges effectivelyLearn about new features ... Read more

    R551,99 or Free with Kobo Plus

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... Read more

    R305,08

  • The Book of Ruby

    A Hands-On Guide for the Adventurous

    Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby's trendier features, The Book of Ruby reveals the secret inner workings of one of the world's most popular programming languages, teaching you to write clear, maintainable code.You'll start with the basics—types, data structures, and control flows—and progress to ... Read more

    R488,51

  • Prompting C++ for Systems Engineering

    Build Modern C++ Applications, Multithreaded Systems, STL-Based Solutions, and Production Software Faster with AI Prompt Engineering (English Edition)

    by Vivek Bhadra ...
    Engineer with Precision. Accelerate with AI. Deliver with Confidence.Book DescriptionAI Can Write Code. Engineers Build Systems.C++ remains the language of choice for systems programming and those writing modern C++ with AI are the ones delivering production systems faster than anyone else. Prompting C++ for Systems Engineering shows you how to build correct efficient and productio... ... Read more

    R414,66 or Free with Kobo Plus

  • Python: La Guida Per Imparare a Programmare. Include Esercizi di Programmazione.

    Programmazione per Principianti, #1

    by Kevin Lioy ...
    Series Book 1 - Programmazione per Principianti
    Python è un linguaggio di programmazione ad alto livello. Un linguaggio moderno, facile da imparare ma estremamente potente.Python è un linguaggio versatile utilizzato, al giorno d'oggi, in moltissimi progetti, dal livello enterprise fino ai singoli hobbisti.Con Python, sarai in grado di sviluppare applicazioni, giochi, siti web e qualsiasi tipo di software.Python è il linguaggio più richiesto sul ... Read more

    R91,24

  • Object Oriented Programming Properties Explained in C#: Beginner Guide

    Book DescriptionThis book explains Object Oriented Programming Properties with easy to understand examples and simple language.Level: Beginner to IntermediateAre you looking for learning object oriented programming properties with simple language and easy to understand examples?Have you just started to learn Object Oriented Programming in C# or you have some experience with it and want to learn ... Read more

    R16,45

  • Core Java Interview Questions You'll Most Likely Be Asked

    A Complete Guide to Java Fundamentals, OOPs, Collections, Exception Handling, and Java 9 for Job Success

    A Complete Guide to Java Fundamentals, OOPs, Collections, Exception Handling, and Java 9 for Job Success● Concept refresher for Java (includes Java 8 and Java 9)● Ideal prep guide for coding interviews - technical and HR rounds● Guidance for Resume building and Aptitude tests● Includes Scenario based questions● Developed and recommended by industry experts and placement expertsCore Java Interview ... Read more

    R687,92 or Free with Kobo Plus

  • Microservices Architecture Handbook

    Non-Programmer's Guide for Building Microservices

    Are you a non-coder looking for insight into Microservices Architecture? You may be a consultant, Advisor, Project Manager or a novice into IT industry; after going through this guide you would be able to appreciate Microservices and other related concepts like SOA, Monolith Architecture, DevOps, Docker, Kubernetes etc. You would also get to know about the leaders in Microservices adoption and ... Read more

    R50,69 or Free with Kobo Plus

  • Head First Python

    A Learner's Guide to the Fundamentals of Python Programming, A Brain-Friendly Guide

    by Paul Barry ...
    What will you learn from this book?Want to learn the Python language without slogging your way through how-to manuals? With Head First Python, you'll quickly grasp Python's fundamentals by working with built-in data structures and functions. You'll build your very own web app, which—once it's ready for prime time—runs in the cloud. You'll learn how to wrangle data with Python, scrape data from the ... Read more

    R871,46

  • Practical C++23 Backend Programming, Second Edition

    by GitforGits ...
    This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ ... Read more

    R498,42 or Free with Kobo Plus

  • PowerShell Cookbook

    by Lee Holmes ...
    How do you use PowerShell to navigate the filesystem, manage files and folders, or retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 400 task-oriented recipes to help you solve all kinds of problems. Intermediate to advanced system administrators will find more than 100 tried-and-tested scripts they can copy and use immediately.Updated ... Read more

    R1 177,24

  • Update to Modern C++

    by James Raynard ...
    Are you an experienced C++ programmer, but you have not used the language for several years? You may have heard that there have been many changes to C++ over the last decade or so, but you have not had time to keep up with them. Besides, your C++ skills may have gone a little rusty due to lack of use, and perhaps there were one or two things you never quite grasped the first time round.I was in ... Read more

    R149,41

  • C++20 STL Cookbook

    Leverage the latest features of the STL to solve real-world problems

    by Bill Weinman ...
    Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)Key FeaturesBecome familiar with the latest features of C++20 and write better code using the STLReduce the development time for your applications and enable faster deploymentGet up and running with the new and leaner STL capabilities introduced in the latest releaseBook DescriptionFast, efficient ... Read more

    R1 056,15 or Free with Kobo Plus

  • Rust In Practice

    by GitforGits ...
    Rust 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 syntax and semantics of the Rust language, including its unique ownership model and type system ... Read more

    R498,42 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

    R290,25 or Free with Kobo Plus

  • Understanding Variables and Data Types in JavaScript

    A Beginner-Friendly Guide to Managing Data and Mastering Core JavaScript Concepts

    by Dargslan ...
    Series Book 2 - Dargslan - JavaScript - Beginner Level
    Welcome to **Understanding Variables and Data Types in JavaScript**—your comprehensive guide to mastering the fundamental building blocks of JavaScript programming. Whether you're taking your first steps into the world of web development or looking to solidify your understanding of JavaScript's core concepts, this book is designed to be your trusted companion on this exciting journey.JavaScript ... Read more

    R290,25 or Free with Kobo Plus

  • Clean Code: An Agile Guide to Software Craft

    Clean Code: An Agile Guide to Software Craft is an indispensable resource for software developers and engineers striving to write clean, maintainable, and efficient code. Authored by Robert C. Martin, a renowned expert in software development, this book delves deep into the art and science of writing code that is not only functional but also easy to read and understand.In this comprehensive guide, ... Read more

    R249,29

  • モダン C# の要点:AI 時代の開発者クラフト

    (C# 14 と .NET 10)

    by Michael Tsai ...
    Series Book 1 - .NET 開発者養成シリーズ
    AI 時代でも C# を習得する価値AI は強力なツールですが、重要なシステムにおいては、人間の判断や監督を完全に置き換えることはできません。開発者が自分のコードに対して真のオーナーシップを持ってこそ、長期的に技術的負債や保守コストを適切に管理することができます。だからこそ、プログラミング言語や API を深く習得することは、これまで以上に重要になっています。ただし、本書は C# の網羅的なリファレンスではありません。本書では、深い理解を必要とする C# の本質的で実践的なトピックに焦点を当てています。従来のプログラミング解説書とは異なり、本書では「深い理解」を重視し、AI ツールを活用して開発を加速することを推奨します。AI がコードを生成する時代において、開発者にはコードの品質・セキュリティ・パフォーマンスを見極めるための、より鋭い判断力と、AI に高品質な C# ... Read more

    R210,05 or Free with Kobo Plus

  • PROGRAMACIÓN EN JAVA. Construye aplicaciones robustas y plataforma

    Programación en Java: Construye aplicaciones robustas y multiplataforma es una guía exhaustiva diseñada para acompañar al lector desde la configuración del entorno de desarrollo y el kit de herramientas de Java hasta la creación de aplicaciones robustas y profesionales.Este manual ofrece un camino claro y práctico para dominar el lenguaje, explorando la lógica de programación mediante pseudocódigo ... Read more

    R328,98 or Free with Kobo Plus

  • C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8

    by Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C\# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore the latest additions to C\# 12, the .NET 8 class libraries, and Entity Framework Core 8Create ... Read more

    R739,67 or Free with Kobo Plus

  • .NET 10 非同期・並行プログラミング

    Async/Await、マルチスレッド、並列処理

    by Michael Tsai ...
    .NET アプリケーションを作っていて、UI が固まる、Web サイトの反応が遅い、バックグラウンド ジョブのスループットが伸びない、といった問題に悩んだことはないでしょうか。あるいは、async/await、Task.Run、ConfigureAwait(false)、キャンセル、例外処理の扱いで迷ったことはないでしょうか。本書は、まさにそうした問題に向き合うために書かれました。本書は、基礎概念から実際のアプリケーションまでを扱いながら、.NET 10 の非同期プログラミングを体系的に学ぶための実践的な技術書です。スレッド、Task、async/await、キャンセルとタイムアウト、同期プリミティブ、並列処理、非同期データ ストリーム、非同期リソース管理を順に取り上げます。さらに、TaskCompletionSource、ValueTask、ExecutionContext ... Read more

    R210,05 or Free with Kobo Plus

  • Object-Oriented C++ You Can Build On

    Build a Task Manager by Applying Object-Oriented C++ and STL

    by Felix Ibarra ...
    modern C++ programming and object-oriented C++.Are you ready to master modern C++ and build real, working programs? Object-Oriented C++ You Can Build On is the hands-on guide that takes you from beginner to pro by teaching classes, inheritance, and memory handling through clear, worked examples. This book focuses on practical skills you can apply immediately, whether you're starting out or ... Read more

    R94,74

  • Mastering UI/UX Design: Theoretical Foundations and Practical Applications

    "Mastering UI/UX Design: Theoretical Foundations and Practical Applications" is a comprehensive guide for anyone looking to deepen their understanding of user interface (UI) and user experience (UX) design. This book delves into the core principles and theories that underpin effective UI/UX design, offering readers a solid foundation to build upon. It seamlessly bridges the gap between theory and ... Read more

    R166,03 or Free with Kobo Plus