Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

オブジェクト指向プログラミング 電子書籍

オブジェクト指向プログラミング の本がお好きな方におすすめです。
969件の検索結果中313336を表示
Skip side bar filters
  • Refactoring

    Improving the Design of Existing Code

    Martin Fowler ...
    シリーズ series Addison-Wesley Signature Series (Fowler)
    Martin Fowler’s guide to reworking bad code into well-structured codeRefactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that ... もっと見る

    8,294 円

  • Kotlin In-depth [Vol-II]

    Sedunov Aleksei ...
    Master the concise and expressive power of a pragmatic multi-paradigm language for JVM, Android and beyond Key Featuresa- Language fundamentalsa- Object-oriented and functional programming with Kotlina- Kotlin standard librarya- Building domain-specific languagesa- Using Kotlin for Web developmenta- Kotlin for Android platforma- Coroutine-based concurrencyDescriptionThe purpose of this book is to ... もっと見る

    2,341 円

  • LibGDX In-Depth: Enhancing Your Game Development Skills

    "LibGDX In-Depth: Enhancing Your Game Development Skills" is a meticulously crafted guide aimed at game developers who are familiar with the basics of Java and the LibGDX framework and are ready to take their skills to the next level. This book is a sequel to a series that has already laid the groundwork for beginners, and now it's time to delve deeper into the more complex and fascinating aspects ... もっと見る

    1,450 円

  • Hands-On Functional Programming with TypeScript

    Explore functional and reactive programming to create robust and testable TypeScript applications

    Remo H. Jansen ...
    Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementationsKey FeaturesGet a solid understanding of how to apply functional programming concepts in TypeScriptExplore TypeScript runtime features such as event loop, closures, and PrototypesGain deeper knowledge on the pros and cons of TypeScriptBook ... もっと見る

    3,530 円

  • Java Programming for Beginners

    Learn the fundamentals of programming with Java

    Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming.Key FeaturesLearn the basics of Java programming in a step-by-step mannerSimple, yet thorough steps that beginners can followTeaches you transferable skills, such as flow control and object-oriented programmingBook DescriptionJava is an ... もっと見る

    3,530 円

  • Hands-On Object-Oriented Programming with Kotlin

    Build robust software with reusable code using OOP principles and design patterns in Kotlin

    Learn everything you need to know about object-oriented programming with the latest features of Kotlin 1.3Key FeaturesA practical guide to understand objects and classes in KotlinLearn to write asynchronous, non-blocking codes with Kotlin coroutinesExplore Encapsulation, Inheritance, Polymorphism, and Abstraction in KotlinBook DescriptionKotlin is an object-oriented programming language. The book ... もっと見る

    4,391 円

  • Crafting Games with Python & Pygame: Game Development Unleashed

    Unleash your creativity and dive into the world of game development with Crafting Games with Python & Pygame: Game Development Unleashed! This comprehensive guide is designed for beginners and intermediate programmers who are eager to learn how to build their own games from the ground up using Python and Pygame, two of the most accessible and popular tools in the industry today.Whether you're new ... もっと見る

    1,500 円

  • iOS 12 App Development Essentials

    Learn to Develop iOS 12 Apps with Xcode 10 and Swift 4

    Neil Smyth ...
    iOS 12 App Development Essentials, the latest edition of this popular book series, has now been fully updated for the iOS 12 SDK, Xcode 10 and the Swift 4 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 12 and programming in Swift 4 is provided, followed by an ... もっと見る

    5,887 円

  • Java Distributed Computing

    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 ... もっと見る

    3,617 円

  • Groovy for Domain-Specific Languages, Second Edition

    Extend and enhance your Java applications with domain-specific scripting in Groovy

    Fergal Dearle ...
    Extend and enhance your Java applications with domain-specific scripting in GroovyKey FeaturesBook DescriptionThe times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this ... もっと見る

    4,994 円

  • The Book of F#

    Breaking Free with Managed Functional Programming

    Dave Fancher ...
    F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding.In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how ... もっと見る

    4,844 円

  • OpenGL to WebGL: Bridging the Graphics Divide

    "OpenGL to WebGL: Bridging the Graphics Divide" is an authoritative guide for developers and programmers looking to transition from the traditional OpenGL framework to the web-based WebGL for graphics programming. This comprehensive book provides a deep dive into the intricacies of both OpenGL and WebGL, offering insights into their similarities and differences, and the unique opportunities each ... もっと見る

    1,500 円

  • Modern Day Programming With Paper and Pen

    Before touching a computer, fully understand the basics with this comprehensive introduction

    Tyquan Reddick ...
    Modern Day Programming With Paper and Pen introduces programmers to the simplicity of problem-solving. Problem-solving is at the core of computer science. This book helps readers translate a solution from their head into something they can use in their favorite programming language. ... もっと見る

    2,525 円

  • Python Programming Concepts

    MRB, Mittul Bhatt ...
    Python is a versatile, high-level programming language renowned for its simplicity and readability. It was created by Guido van Rossum and first released in 1991, making it one of the older programming languages still widely used today. Python's design philosophy emphasizes code readability with its clear and expressive syntax, making it an ideal language for both beginners and experienced ... もっと見る

    300 円

  • Object-Oriented Pascal: Build Reusable and Scalable Software Using Classes and Inheritance

    Practical Systems Programming with Pascal, #4

    Corin Hale ...
    シリーズ 本: 4 - Practical Systems Programming with Pascal
    Are you struggling to manage complex codebases in Pascal? Discover how to transform procedural scripts into robust, scalable software architectures.Procedural programming works well for small tasks, but as applications grow, code becomes tangled and difficult to maintain. Object-Oriented Pascal: Build Reusable and Scalable Software Using Classes and Inheritance provides a structured, step-by-step ... もっと見る

    799 円

  • C++

    The Comprehensive Guide

    Comprehensive C++23 resource offering deep coverage from syntax basics to advanced concurrency and standard library usage. Learn best practices to write secure, efficient, and modular C++ code with expert guidance.Key FeaturesIn-depth coverage of modern C++23 concepts ensuring comprehensive understanding of language featuresFocus on writing secure, maintainable, and efficient code for professional ... もっと見る

    6,974 円

  • Programming C# 12

    Build Cloud, Web, and Desktop Applications

    Ian Griffiths ...
    C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 12.0 and .NET 8 fundamentals and techniques for building cloud, web, and desktop applications.Designed for experienced programmers, this book provides many code ... もっと見る

    6,151 円

  • Advanced Guide to PHP on IBM i

    Kevin Schroeder ...
    Working through many of the concepts and skills needed by intermediate and advanced PHP developers, this book is specifically designed to help good PHP developers become indispensable ones. Topics include debugging, test-driven development, web-based development, advanced object-oriented programming, and web security, and the book also takes an in-depth look at the new PHP Toolkit for IBM i ... もっと見る

    11,666 円

  • Graphic Guide to Java With Visual Studio Code and Processing 4

    Graphic Guide to Programming

    Antony Lees ...
    シリーズ series Graphic Guide to Programming
    Unleash Your Coding Creativity: Learn Java Through Stunning VisualsBreak free from boilerplate and dive into the world of visual programming! This book is your gateway to mastering Java through the dynamic, hands-on power of Processing.With Processing's intuitive language, you'll be sketching shapes, animating scenes, and building interactive experiences—all while learning the fundamentals of Java ... もっと見る

    1,950 円

  • C++ Crash Course

    A Fast-Paced Introduction

    Josh Lospinoso ...
    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any ... もっと見る

    941 円

  • Selenium Python Framework Design in Keyword-Driven Testing

    An easy-to-understand guide that will get you acquainted with the core concepts of Selenium WebDriver Key Featuresa- Understand and work with the core concepts of Selenium WebDriver 3.0a- Learn how to design a Keyword driven framework with Database a- Find how to use Build triggers in Jenkins to automate tests DescriptionThe book starts by introducing the Selenium WebDriver 3 and Selenium Server ... もっと見る

    2,341 円

  • Learn JavaScript in 24 Hours

    Alex Nordeen ...
    JavaScript is very fast, simple and integrate easily with other languages. It allows you to create highly responsive interfaces. This e-book is a gentler introduction to JavaScript. The real issues in learning JavaScript is either not understanding the basic concept clearly or overwhelmed by too much detailed learning resources.To encounter these issues, this e-book is created. It is a small book ... もっと見る

    1,681 円

  • Software Engineering and Development

    Development of Software and Testing

    Zain Ul Abideen ...
    Typically, software development is a planned initiative with a number of steps and milestones that lead to the creation of operational software. In addition, there is a good definition: "a process with a set of activities for the creation of computer software products, including their design, development, testing, and deployment."The software itself is a set of instructions or programs that ... もっと見る

    1,008 円

  • Practical Rust 1.x Cookbook, Second Edition

    100+ Solutions for beginners to practice rust programming across CI/CD, kubernetes, networking, code performance and microservices

    Lloyd Frank ...
    If you want to learn how to program in Rust and create strong, reliable apps with the most recent version Rust 1.68, then you need the "Practical Rust 1.x Cookbook (Second Edition)"-a book full of real-world solutions. An extensive collection of practical recipes covering a wide range of topics. You will learn the fundamentals of programming, how to set up a development environment, and the syntax ... もっと見る

    5,719 円