Sort by:
Concise Guide to Object-Oriented Programming
Concise Guide to Object-Oriented Programming distills the most important OOP concepts into a focused, accessible guide for programmers learning object-oriented thinking. Classes, objects, and encapsulation fundamentals Inheritance and the is-a...
Data-Oriented Programming
Data-Oriented Programming presents a paradigm that reduces system complexity by treating data as a first-class citizen, separate from the behavior that acts on it. Principle 1: Separate code from data...
99 Bottles of OOP, Ruby
Length: 350 pages
Width (mm): (close to original)
Heitght (mm): (close to original)
Paper: 75 gsm (white)
Cover: Paperback 300 gsm (luminated)
Color: All books are Colored (except for original black books)
Object-Oriented Software Design in C++
Object-Oriented Software Design in C++ provides comprehensive coverage of OOP design principles and their C++ implementations for professional developers. Classes, constructors, and operator overloading Inheritance, virtual functions, and polymorphism Templates,...
Object-based Programming with Go
Object-based Programming with Go teaches Go's unique approach to object-oriented concepts using structs, methods, interfaces, and embedding instead of classical inheritance. Structs, methods, and value vs. pointer receivers Interfaces and...
Object-Oriented Analysis, Design, and Implementation
Object-Oriented Analysis, Design, and Implementation covers the complete OO development process from requirements analysis through design to Java implementation. Use case analysis and domain modeling UML-based design: class, interaction, and...
Hands-On Object-Oriented Programming
Hands-On Object-Oriented Programming teaches core OOP concepts through practical projects and exercises across Python, Java, and C++. Classes, objects, encapsulation, and abstraction Inheritance hierarchies and method overriding Polymorphism and interface-driven...
Designing with Objects
Designing with Objects explores the intellectual and philosophical foundations of object-oriented design, helping developers think more deeply about software structure. Object responsibilities and collaboration patterns Cohesion, coupling, and abstraction principles...
Object-Oriented Analysis and Design for Information Systems
Object-Oriented Analysis and Design for Information Systems guides developers through applying OO methodology to build robust information systems. Requirements gathering and use case modeling UML class, sequence, and activity diagrams...
Beginning C# Object-Oriented Programming
Beginning C# Object-Oriented Programming introduces object-oriented programming concepts using C# and the .NET platform for developers new to OOP. Classes, objects, constructors, and properties Inheritance, polymorphism, and abstract classes Interfaces,...
The Object Primer
The Object Primer introduces object-oriented concepts and agile model-driven development practices for software professionals new to OOP and UML. Core OOP concepts: classes, inheritance, polymorphism Agile modeling with UML diagrams...
Learning Patterns
Learning Patterns covers modern JavaScript and React design patterns that help developers build performant, scalable frontend applications. Container/Presentational and HOC patterns Hooks patterns: custom hooks and compound components Rendering patterns:...
Laravel Design Patterns and Best Practices
Laravel Design Patterns and Best Practices shows how to apply software design patterns within Laravel's ecosystem for clean, maintainable PHP web applications. Repository, service layer, and presenter patterns Laravel-specific patterns:...
Design Patterns for Embedded Systems in C
Design Patterns for Embedded Systems in C brings proven software engineering patterns to firmware development, helping embedded engineers write more reliable, reusable code. Hardware abstraction layer (HAL) design patterns State...
Design Patterns by Tutorials
Design Patterns by Tutorials teaches iOS and macOS design patterns through hands-on Swift tutorials, helping Apple platform developers write better-structured apps. Fundamental patterns: MVC, MVVM, Delegate, Strategy Intermediate patterns: Flyweight,...
Learning PHP Design Patterns
Learning PHP Design Patterns introduces the most important software design patterns implemented in PHP, helping developers write more professional object-oriented code. Creational patterns: Singleton, Factory, Builder Structural patterns: Adapter, Decorator,...
Go Design Patterns
Go Design Patterns teaches software design patterns through idiomatic Go code, covering both classic GoF patterns and Go-specific concurrency patterns. Creational, structural, and behavioral patterns in Go Concurrency patterns: pipelines,...
Design Patterns in Modern C++20
Design Patterns in Modern C++20 reimplements classic design patterns using the latest C++ standard, leveraging concepts, modules, ranges, and coroutines. GoF patterns reimplemented with C++20 features Concepts, constraints, and template...
Design Patterns in Ruby
Design Patterns in Ruby adapts the classic GoF patterns to Ruby's dynamic, flexible nature, showing how Ruby idioms often simplify traditional pattern implementations. All 14 most useful GoF patterns in...
Hands-On Design Patterns with C++
Hands-On Design Patterns with C++ explores creational, structural, and behavioral design patterns through practical C++ implementations using modern language features. All 23 GoF patterns with C++ code examples CRTP, type...
Hands-On Design Patterns with C# and .NET Core
Hands-On Design Patterns with C# and .NET Core teaches you to apply the 23 classic GoF design patterns using modern C# and .NET Core through real-world projects. Creational, structural, and...