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 727 Results
Skip side bar filters
  • Visual Basic Quickstart Guide

    Improve your programming skills and design applications that range from basic utilities to complex software

    by Aspen Olmsted ...
    Master software development with Visual Basic, from core concepts to real-world applications, with this comprehensive guideKey FeaturesAcquire a solid understanding of object-oriented programming (OOP) principles, such as inheritance and polymorphismDevelop expertise in maintaining legacy code with increased efficiencyLearn to read, write, and differentiate between VB Script, VBA, VB Classic, and ... Read more

    $35.09 USD

  • Android Studio 3.2 Development Essentials - Kotlin Edition

    Developing Android 9 Apps Using Android Studio 3.2, Kotlin and Android Jetpack

    by Neil Smyth ...
    Fully updated for Android Studio 3.2, Android 9, Android Jetpack and the modern architectural guidelines and components, the goal of this book is to teach the skills necessary to develop Android-based applications using the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment followed by ... Read more

    $34.99 USD

  • Ultimate C# for High-Performance Applications

    Master Multithreading, Parallelism, and Async Techniques to Engineer High-Performance, Enterprise-Grade Software with C# 13 and .NET 9 (English Edition)

    by Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Book DescriptionHigh-performance software is no longer optional—today’s applications must be fast, scalable, and responsive to meet real-world demands. C# and . NET provides the foundation, but knowing how to unlock their full potential is what separates the average code from enterprise-grade solutions.Ultimate C# for ... Read more

    $23.79 USD

  • Kotlin from Fundamentals to Advanced Application Design

    A source-grounded, architecture-aware guide with practical examples, tests, case studies, diagrams, and mini-projects

    by e3 ...
    Series Book 1 - Kotlin
    Kotlin: From Fundamentals to Advanced Application Design is a comprehensive, practice-oriented guide for developers who want to build a strong command of Kotlin and apply it confidently in real-world software projects. Beginning with installation, tooling, language syntax, types, functions, and control flow, the book develops each topic progressively through clear explanations, carefully ... Read more

    $35.99 USD

  • Object-Oriented Programming In TypeScript

    An Approachable Guide

    TypeScript, a superset of JavaScript, offers static typing and object-oriented programming features, making it a powerful tool for building large-scale applications. This book aims to introduce you to the world of object-oriented programming (OOP) in TypeScript, guiding you from the basics to more advanced concepts.This book is designed to be an easy-to-follow guide for beginners, with each ... Read more

    $10.99 USD

  • Learning C# 2005

    Get Started with C# 2.0 and .NET Programming

    If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers.That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to C#.Written in a warm and friendly manner, Learning C# assumes no prior programming experience, ... Read more

    $23.09 USD

  • 10 Laravel tips and techniques for your next PHP project

    by Wilo Ahadi ...
    Welcome to "10 Laravel tips and techniques for your next PHP project". In this book, we will explore a collection of valuable ideas and practical tips for improving your Laravel skills and optimizing your PHP projects. Whether you are a beginner or an experienced developer, this guide is designed to help you harness the power of Laravel and take your projects to the next level.Laravel has become ... Read more

    $3.29 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

  • Learning Java: Java Problem Solving and Programming

    This text is intended for a 1-, 2-, or 3-semester CS1 course sequence. Comprehensive coverage of Java and programming make this a useful reference for beginning programmers and IT professionals.For more than three decades, Java has been on the forefront of developing robust software that has helped versatile businesses meet their requirements. Being one of the most widely used programming ... Read more

    $26.20 USD

  • Practical Rust 1.x Cookbook, Second Edition

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

    by 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 ... Read more

    $35.99 USD

  • DevOps and Containers Security

    Secure your applications and development environments with Docker and Kubernetes Key Featuresa- Introducing Container platforms (Docker, Kubernetes, Swarm, OpenShift)a- Discover how to manage high availability with Docker Swarm and Kubernetesa- Learn how Docker can manage the security in images and containersa- Discover how Docker can be integrated into development workflows in applicationsa- ... Read more

    $15.29 USD

  • SQL e Banco de Dados

    SQL (Structured Query Language) é uma linguagem padrão para acessar e manipular bancos de dados relacionais. Ele permite que você execute operações como inserção, atualização, exclusão e consulta de dados em um banco de dados relacional.Nesse livro Célio Azevedo apresentará os principais conceitos da linguagem e sua aplicação em banco de dados. ... Read more

    $3.89 USD

  • C & C++ Interview Questions You'll Most Likely Be Asked

    Series Book 4 - Job Interview Questions series
    C & C++ 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 comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an IT career. This book puts the interviewee in the driver's seat and helps them steer their way ... Read more

    $8.99 USD

  • Persistence Best Practices for Java Applications

    Effective strategies for distributed cloud-native applications and data-driven modernization

    The definitive guide for designing and delivering reliable and high-performing persistence layers using Java in the cloud-native age Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUncover database patterns for designing readable and maintainable architectures and Java applicationsMaster various techniques to overcome application and architecture persistence ... Read more

    $35.09 USD

  • Debugging Python Code

    Strategies for Clean and Reliable Programs

    Master Python Debugging and Write More Reliable Code from Day OneEvery Python developer has been there: your code crashes with a confusing traceback, a function returns unexpected results, or your application inexplicably slows to a crawl. Bugs are inevitable, but spending hours hunting them down doesn't have to be.Debugging Python Code: Strategies for Clean and Reliable Programs is your ... Read more

    $15.49 USD

  • Ultimate Java Design Patterns

    by Ricken Bazolo ...
    Think Like an Architect. Code Like a Master.Book DescriptionDesign patterns are the shared language of great software engineering - and mastering them is what separates Java developers who write code from architects who build systems. Ultimate Java Design Patterns gives you a comprehensive, practical command of every major pattern category, from Foundational Creational, Structural, and Behavioral ... Read more

    $23.79 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

  • A Guide to MATLAB Object-Oriented Programming

    The first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB, this guide aids readers in creating effective software. Eight basic functions are discussed: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Also explored are inheritance topics and the Class Wizard, a powerful MATLAB class generation tool. The final section ... Read more

    $145.99 USD

  • Java

    De 0 a Experto

    Java de 0 a Experto.Con este increíble manual aprenderás todo lo necesario para convertirte en un experto en Java.No necesitas saber programar, aquí lo tendrás todo super explicado y con más de 50 ejercicios resueltos para que puedas practicar cada punto del manual.Con este manual aprenderás:Bases sólidas de Java.Utilizar Spring JPA.Saber que es lo que utiliza una emp... ... Read more

    $4.65 USD

  • Object-Oriented Technology and Computing Systems Re-Engineering

    This book delivers the latest developments in object technology and their impact in computing systems re-engineering. Object-oriented programming is here shown to provide support for constructing large scale systems that are cheaply built and with reusable components, adaptable to changing requirements and use efficient and cost-effective techniques.Internationally recognised authorities from ... Read more

    $76.49 USD

  • PYTHON DATA SCIENCE FOR BEGINNERS

    Unlock the Power of Data Science with Python and Start Your Journey as a Beginner (2023 Crash Course)

    Embark on a transformative journey into the world of data science with Python, the most popular programming language for data analysis and manipulation. "Python Data Science for Beginners" is a comprehensive guide that equips you with the fundamental skills and knowledge needed to dive into the exciting field of data science, even if you have no prior coding experience.Inside, you'll find:... ... Read more

    $8.99 USD

  • Introduction To C Programming Language

    by Code weaver ...
    Introduction to C Programming LanguageUnlock the power of programming with Introduction to C Programming Language, your gateway to mastering one of the most influential languages in computing history. Whether you're a beginner or looking to deepen your understanding, this book provides a clear and structured guide to:Understanding Programming Languages: Discover the fundamental concepts that shape ... Read more

    $4.01 USD

  • Listen und Tupel in Python für Anfänger

    Ein praxisnaher Leitfaden für den Einstieg in sequenzielle Datentypen in Python

    by Dargslan ...
    Series Book 4 - Python-Programmierung für Einsteiger
    Willkommen zu "Listen und Tupel in Python für Anfänger"! Dieses Buch ist Ihr Tor zur faszinierenden Welt der sequenziellen Datentypen in Python. Als einer der grundlegendsten und vielseitigsten Aspekte der Programmierung in Python sind Listen und Tupel unverzichtbare Werkzeuge für jeden angehenden Entwickler. Unser Ziel ist es, Ihnen diese mächtigen Konzepte auf eine zugängliche und praxisnahe ... Read more

    $15.13 USD

  • Java Power Tools

    All true craftsmen need the best tools to do their finest work, and programmers are no different. Java Power Tools delivers 30 open source tools designed to improve the development practices of Java developers in any size team or organization. Each chapter includes a series of short articles about one particular tool -- whether it's for build systems, version control, or other aspects of the ... Read more

    $34.59 USD