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 577 - 600 of 898 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

    PHP407.46 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

    PHP167.50

  • UML 2.0 Pocket Reference

    UML Syntax and Usage

    by Dan Pilone ...
    Globe-trotting travelers have long resorted to handy, pocket-size dictionaries as an aid to communicating across the language barrier. Dan Pilone's UML 2.0 Pocket Reference is just such an aid for on-the-go developers who need to converse in the Unified Modeling Language (UML). Use this book to decipher the many UML diagrams you'll encounter on the path to delivering a modern software system ... Read more

    PHP620.99

  • 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

    PHP1,804.39

  • 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

    PHP3,231.39

  • 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

    PHP3,905.00

  • 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

    PHP1,282.43 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

    PHP1,005.19

  • 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

    PHP1,873.79 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

    PHP1,800.89 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

    PHP725.74 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

    PHP2,780.09

  • Python 入門指南

    由基礎走向完整 GUI 及網頁前端專案的 MVC 開發模式 V5.00

    Python 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 8 到 21 個單元◎ 基礎篇◎ 軟體開發篇◎ GUI 篇◎ Brython 篇(書中的「關於本書」有學習路徑圖。)首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Python 、怎麼處理資料、控制結構、模組化、物件導向及程式文件,這部分累計十三個單元,預計帶領讀者學會寫簡單的 Python 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構 ... Read more

    PHP407.46 or Free with Kobo Plus

  • 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

    PHP1,510.59

  • Fondamenti di programmazione in C# 11

    Vuoi imparare le tecniche di base per programmare in C# 11 e acquisire un livello di conoscenza sufficiente per iniziare a creare le tue applicazioni? Vuoi conoscere come funzionano .NET 7.0, il compilatore, il Garbage Collector e Visual Studio 2022? Vuoi iniziare a porre le basi per la tua nuova professione nel campo dello sviluppo di software? Oppure semplicemente devi superare degli esami ... Read more

    PHP990.38

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... Read more

    PHP4,039.19

  • Mastering Pygame: From Basics to Advanced Game Development

    "Mastering Pygame: From Basics to Advanced Game Development" is an indispensable resource for both budding and seasoned developers eager to enhance their game programming skills. This comprehensive guide delves deep into the world of Pygame, a popular Python library for creating video games, offering readers a unique blend of theoretical knowledge and practical application.Starting with the ... Read more

    PHP582.34

  • Cracking Kotlin Interview

    by Swati Saxena ...
    A book that can help the readers get familiar with Kotlin's most essential features and aspects KEY FEATURESa- Get familiar with the fundamentals of Kotlin language a- Find answers to frequently asked jumbled questions in an interviewa- A guide that is duly supported by several examples and self-explanatory analogies DESCRIPTIONThis book covers all the possible interview and coding questions in ... Read more

    PHP906.29

  • Hands-On Application Development with PyCharm

    Build applications like a pro with the ultimate python development tool

    Unleash the power of PyCharm to craft business, scientific, and web applications in Python with this definitive guideKey FeaturesLearn basic to advanced PyCharm concepts to improve developer efficiency on your Python projectsLearn with practical examples that focus on efficient application developmentExplore features such as code automation, graphical debugging, and remote developmentPurchase of ... Read more

    PHP1,763.99 or Free with Kobo Plus

  • Learning Cocoa with Objective-C

    Developing for the Mac and iOS App Stores

    Get up to speed on Cocoa and Objective-C, and start developing applications on the iOS and OS X platforms. If you don’t have experience with Apple’s developer tools, no problem! From object-oriented programming to storing app data in iCloud, the fourth edition of this book covers everything you need to build apps for the iPhone, iPad, and Mac.You’ll learn how to work with the Xcode IDE, Objective ... Read more

    PHP1,342.69

  • Conquering Laravel With PHP

    Your Guide to Building Powerful and Secure Web Applications

    About the Technology:Laravel is a powerful and versatile PHP framework beloved by developers worldwide. Its elegant syntax, robust features, and vast ecosystem empower you to craft complex web applications with ease. Whether you're building a dynamic e-commerce platform, a feature-rich social network, or a blazing-fast API, Laravel provides the foundation and tools to achieve your vision.This book ... Read more

    PHP627.78

  • J2EE Design Patterns

    Patterns in the Real World

    Architects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes. It's impossible to imagine a world in which buildings get built without blueprints, but it's still common for software applications to be designed and built ... Read more

    PHP1,678.39

  • Optimized C++

    Proven Techniques for Heightened Performance

    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, ... Read more

    PHP2,140.09

  • C# EBOOK

    by C# ...
    Guida all'apprendimento del linguaggio di programmazione C#.In questo volume verranno trattate le principali metodologie e tecniche della programmazione C#.Argomenti trattati:✔️ Storia del c#✔️ Struttura del programma✔️ Tipi di variabili✔️ Input/Output✔️ Costrutti condizionali (if/else/switch)✔️ Operazioni aritmetiche e booleane✔️ Cicli iterativi (while/for)✔️ Commenti✔️ Vettori/Array✔️ Matrici ... Read more

    PHP414.88 or Free with Kobo Plus