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 409 - 432 of 975 Results
Skip side bar filters
  • Mastering Scala

    Functional and Object-Oriented Programming

    Edited by William Smith ...
    "Mastering Scala: Functional and Object-Oriented Programming" is an essential guide for anyone looking to delve into the powerful world of Scala. This book provides a comprehensive introduction to the language, blending both functional and object-oriented paradigms to equip readers with versatile and robust programming skills. Designed for both beginners and experienced developers, it covers ... Read more

    $6.99 USD or Free with Kobo Plus

  • Core Graphics and Core Animation

    Learn how to create graphics for iOS 11 applications with Swift 4

    by J.D Gauchat ...
    Learn how to use the Core Graphics and Core Animation frameworks to create and animate graphics in your iOS applications. After reading this guide, you will know how to generate custom graphics, how to manipulate images, and how to create animations.Table of ContentsCORE GRAPHICS FRAMEWORKCore GraphicsData TypesQuartz 2DContextPathsColorsConfigurationSaving the StateClippingGradientsShadowsT... ... Read more

    $2.87 USD

  • Java Network Programming

    Developing Networked Applications

    This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs.Author Elliotte Rusty Harold provides complete ... Read more

    $30.99 USD

  • The Unified Process Elaboration Phase

    Best Practices in Implementing the UP

    by Scott Ambler ...
    Is the Unified Process the be all and end all standard for developing object-oriented component-based software? Scott Ambler doesn't think so. This book is one in a four-volume series that presents a critical review of the Unified Process -- designed to p ... Read more

    $66.99 USD

  • ORACLE & SQL

    For BE/B.TECH/BCA/MCA/ M.TECH/Diploma/B.Sc/M.Sc/MA/ BA/Competitive Exams & Knowledge Seekers

    by Na.VIKRAMAN ...
    Series Book 58 - BSCMSCBEME
    Mr.E.F.T Codds applied the principle of relationship in statistics to data management and came up with twelve laws using mathematics. He proved that if all these 12 laws were incorporated into database core technology, there would be a revolution in the speed of any database management system while managing data even when used on network operating system. Oracle implements around seven of Codds ... Read more

    $22.00 USD or Free with Kobo Plus

  • Wicked Cool Ruby Scripts

    Useful Scripts that Solve Difficult Problems

    by Steve Pugh ...
    Are you spending valuable time on work a well-trained monkey could do? If so, Wicked Cool Ruby Scripts will teach you how to automate repetitive tasks using Ruby, one of the most powerful and easy-to-use programming languages around.Wicked Cool Ruby Scripts provides 58 scripts that offer quick solutions to problems like system administration, manipulating images, and managing a website. After ... Read more

    $17.99 USD

  • Object-Oriented JavaScript

    Learn everything you need to know about object-oriented JavaScript (OOJS)

    Learn everything you need to know about object-oriented JavaScript with this comprehensive guide. Enter the world of cutting-edge development!Key Features\[\*\] This book has been updated to cover all the new object-oriented features introduced in ECMAScript 6\[\*\] It makes object-oriented programming accessible and understandable to web developers\[\*\] Write better and more maintainable ... Read more

    $37.79 USD or Free with Kobo Plus

  • Python面向对象编程指南

    Chinese Edition

    掌握Python面向对象编程的精髓,构建强大的实际应用程序Key Features本书示例丰富通过诸多实际的例子对Python中面向对象编程的理念进行介绍Book DescriptionPython是一种面向对象、解释型的程序设计语言,它已经被成功应用于科学计算、数据分析以及游戏开发等诸多领域。 本书深入介绍Python语言的面向对象特性,全书分3个部分共18章。第1部分讲述用特殊方法实现Python风格的类,分别介绍了\_\_init\_\_()方法、与Python无缝集成—基本特殊方法、属性访问和特性及修饰符、抽象基类设计的一致性、可调用对象和上下文的使用、创建容器和集合、创建数值类型、装饰器和mixin—横切方面;第2部分讲述持久化和序列化,分别介绍了序列化和保存、用Shelve保存和获取对象、用SQLite保存和获取对象、传输和共享对象、配置文件和持久化;第3部分讲述测试、调试 ... Read more

    $27.99 USD or Free with Kobo Plus

  • 現代 C#:AI 時代的開發者修煉

    (C# 14 與 .NET 10)

    by 蔡煥麟 ...
    Series Book 1 - .NET 開發者修練系列
    這不是一本鉅細靡遺的 C# 語法字典。本書將介紹 C# 語言當中較為核心、進階、或需要花較多時間深度理解的部分(涵蓋 C# 1.0 至 C# 14)。不同於傳統程式設計書籍的是,本書特別強調「深度理解」,同時也鼓勵讀者善用 AI 工具來輔助學習和開發。在 AI 能夠幫我們生成大量程式碼的時代,開發者更需要具備判斷程式碼品質、安全性與效能的能力,以及如何精準地指揮 AI 寫出高品質的 C# 程式碼。██ 本書特色█對比式教學:對於容易混淆的概念,展示「不建議的寫法(✗)」與「建議的寫法(✓)」,並說明差異與理由。實務導向:不只語法,也會說明「為什麼需要這個功能」、「何時該用」、「何時不該用」,以及可能的效能影響。圖表輔助:在適當的地方添加視覺化圖表,輔助理解複雜概念... ... Read more

    $12.45 USD or Free with Kobo Plus

  • Enterprise Patterns and MDA

    Building Better Software with Archetype Patterns and UML

    Enterprise Patterns and MDA teaches you how to customize any archetype pattern–such as Customer, Product, and Order–to reflect the idiosyncrasies of your own business environment. Because all the patterns work harmoniously together and have clearly documented relationships to each other, you’ll come away with a host of reusable solutions to common problems in business-software design.This book ... Read more

    $47.69 USD

  • Table Views in iOS 11

    Learn how to display tables in iOS 11 with Swift 4

    by J.D Gauchat ...
    Learn how to use Table Views to present information to the user in an iOS application. After reading this guide, you will know how to create dynamic and static tables, how to set and sort the content of a table, how to create custom cells, how to control selection, and how to perform a search.Table of ContentsTABLE VIEWSTablesTable ViewsTable View CellsTable View ProtocolsIndex PathImplementing ... Read more

    $2.87 USD

  • 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

    $4.99 USD or Free with Kobo Plus

  • Azure Data Demystified: From SQL to Synapse

    Dive into the expansive world of Microsoft Azure's data services with Azure Data Demystified: From SQL to Synapse. Designed for data enthusiasts, IT professionals, and cloud architects, this guide takes readers on a practical journey from the familiar foundations of SQL databases to the cutting-edge capabilities of Azure Synapse Analytics. Whether you're transitioning from on-premises systems to ... Read more

    $9.99 USD or Free with Kobo Plus

  • PHP Important Questions and Answers PDF

    Competitive Exam Questions for Class 8-12 & Chapter 1-18 Practice Tests (PHP Notes for Beginners)

    by Arshad Iqbal ...
    Series series Programming Revision Guides
    The PHP Important Questions and Answers PDF (PHP Programming Quiz PDF: PHP Programming Competitive Exam Questions & Chapter 1-18 Practice Tests (Class 8-12 PHP Textbook Questions for Beginners) includes revision guide for problem solving with hundreds of solved questions. PHP Questions and Answers PDF book covers basic concepts, analytical and practical assessment tests. "PHP Quiz" PDF book helps ... Read more

    $4.99 USD or Free with Kobo Plus

  • Real-World Software Development

    A Project-Driven Guide to Fundamentals in Java

    Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way.With this engaging approach, junior developers capable of writing basic ... Read more

    $36.99 USD

  • Jumping Into PHP

    A Beginner's Guide to Learning PHP

    by John Facey II ...
    Welcome to Jumping Into PHP! This ebook will teach you the basics of PHP programming, so you can start creating your own dynamic and interactive web pages.PHP is a server-side scripting language, which means that it executes on the web server rather than on the user's computer. This makes it ideal for web development, as it allows you to create pages that are personalized and responsive to user ... Read more

    $4.99 USD or Free with Kobo Plus

  • 140 Tips For Clean Code

    140 Tips for Clean Code is a practical, experience-driven guide for developers who want to write better software every day, not someday. Distilled from three decades of hands-on software development across multiple programming languages, this book delivers hard-won insights into what actually makes code clean, maintainable, and resilient in real-world systems. It is written for practitioners who ... Read more

    $17.90 USD or Free with Kobo Plus

  • Laravel en español

    Guía para principiantes

    by Juvi Web ...
    Esta guía para principiantes te enseñará todo lo que necesitas saber para comenzar a desarrollar en Laravel. Desde la instalación y configuración, hasta el uso de Eloquent y las migraciones de base de datos, este libro te guiará a través de los conceptos esenciales de Laravel de una manera clara y concisa. Con ejemplos prácticos y explicaciones detalladas, este libro es perfecto para cualquier ... Read more

    $9.99 USD or Free with Kobo Plus

  • Karrma's Ultimate Guide To Fullstack Development

    Tech, #1

    by Jordan Golden ...
    Series Book 1 - Tech
    The ultimate guide to fullstack development using the mern stack helping the user build and polish their skills from beginner to admin ... Read more

    $7.00 USD

  • Unity Game Development : A Beginner's Guide to Game Programming

    by Jiho Seok ...
    What You Will Gain After Obtaining This Book:Mastery of Unity 2022.3 : Understand and utilize the full range of features offered by the latest Unity version.Foundational Programming Skills: Learn C# from the ground up within the context of game development.Comprehensive Understanding of Game Mechanics: Gain insights into both 2D and 3D game development techniques.Ability to Create and Manipulate ... Read more

    $1.99 USD or Free with Kobo Plus

  • Managing State in Flutter Pragmatically

    Discover how to adopt the best state management approach for scaling your Flutter app

    by Waleed Arshad ...
    Explore popular state management techniques in Flutter and implement them in real-world applications Key Features • Get to grips with popular approaches for managing your Flutter application state • Think declaratively in order to decide on the most fitting approach for different applications • Learn to implement state management solutions by building a popular use case in the form of a shopping ... Read more

    $25.99 USD or Free with Kobo Plus

  • Mastering Flutter and Dart: Elegant Code for Cross-Platform Success

    "Mastering Flutter and Dart: Elegant Code for Cross-Platform Success" is the definitive guide for developers looking to enhance their skills in building visually stunning and functionally robust applications that run seamlessly across multiple platforms. Written by experts in the field, this book delves deep into the nuances of Flutter and Dart, offering readers a comprehensive understanding of ... Read more

    $9.99 USD or Free with Kobo Plus

  • Statistical Analysis with R For Dummies

    Simplify stats and learn how to graph, analyze, and interpret data the easy wayStatistical Analysis with R For Dummies makes stats approachable by combining clear explanations with practical applications. You'll learn how to download and use R and RStudio—two free, open-source tools—to learn statistics concepts, create graphs, test hypotheses, and draw meaningful conclusions. Get started by ... Read more

    $18.00 USD

  • Expert C++

    Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features

    Take your C++ skills to the next level with expert insights on advanced techniques, design patterns, and high-performance programming Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesMaster templates, metaprogramming, and advanced functional programming techniques to elevate your C++ skillsDesign scalable and efficient C++ applications with the latest features of C++17 and ... Read more

    $37.79 USD or Free with Kobo Plus