From 12667e5a4b7072e83b135e993af31aa4c0466a4c Mon Sep 17 00:00:00 2001 From: YashSalunke12 <115371305+YashSalunke12@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:03:29 +0530 Subject: [PATCH] Update free-programming-books-subjects.md (#8225) * Update free-programming-books-subjects.md * Update free-programming-books-subjects.md * Update free-programming-books-subjects.md --- books/free-programming-books-subjects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 8a6b92c24..9f7c1a79f 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -31,6 +31,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA * [Mathematics For Computer Science](#mathematics-for-computer-science) * [Misc](#misc) * [Networking](#networking) +* [Object Oriented Programming](#object-oriented-programming) * [Open Source Ecosystem](#open-source-ecosystem) * [Operating Systems](#operating-systems) * [Parallel Programming](#parallel-programming) @@ -643,6 +644,11 @@ Books that cover a specific programming language can be found in the [BY PROGRA * [ZeroMQ Guide](http://zguide.zeromq.org/page%3Aall) +### Object Oriented Programming + +* [Object Oriented Programming](https://www.cl.cam.ac.uk/teaching/0910/OOProg/OOP.pdf) - Robert Harle (PDF) + + ### Open Source Ecosystem * [Contributing to opensource: the right way](https://github.com/Mte90/Contribute-to-opensource-the-right-way) - Daniele Scasciafratte