Object-Oriented Software Design in C++ by Ronald Mak - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: E-Books (https://softwarez.info/Forum-E-Books) +--- Thread: Object-Oriented Software Design in C++ by Ronald Mak (/Thread-Object-Oriented-Software-Design-in-C-by-Ronald-Mak) |
Object-Oriented Software Design in C++ by Ronald Mak - BaDshaH - 06-27-2024 Object-Oriented Software Design in C++ by Ronald Mak English | 18 September 2024 | ISBN-10: 163343950X | 520 pages| Epub | 15.7 MB Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain. Learn the fundamentals of Object-Oriented Design by investigating good and bad code.Using an engaging before-and-after approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns. In it, you'll find Design-code-test iterations that improve code with each revision Gathering requirements to make sure you're developing the right application Design principles like encapsulation and delegation that solve programming problems Design patterns including Observer Design Pattern that fix architecture issues Using recursion and multithreading to simplify common solutions |