From b982c2526080c136560f7e1b0e1f6a32b9c1ecf8 Mon Sep 17 00:00:00 2001 From: Ethan Zhang <68094442+frogtheastronaut@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:09:53 +1000 Subject: [PATCH] Added Principles of Object-Oriented Programming book (#12064) * Added Principles of Object-Oriented Programming book * Added missing authors, fixed linter issue --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index e695a652f..bf02ec452 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -706,6 +706,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Object Oriented Programming](https://www.cl.cam.ac.uk/teaching/0910/OOProg/OOP.pdf) - Robert Harle (PDF) * [OOP – Learn Object Oriented Thinking and Programming](https://files.bruckner.cz/be2a5b2104bf393da7092a4200903cc0/PecinovskyOOP.pdf) - Rudolf Pecinovsky (PDF) +* [Principles of Object-Oriented Programming](https://www.opentextbooks.org.hk/system/files/export/8/8163/pdf/Principles_of_ObjectOriented_Programming_8163_r.pdf) - Stephen Wong, Dung Nguyen, Mark Husband (PDF) (CC BY-SA) ### Open Source Ecosystem