Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Demystified Object-Oriented Programming with C++

Posted By: sammoh
Demystified Object-Oriented Programming with C++

Demystified Object-Oriented Programming with C++
English | 2020 | ISBN: B08L5BYZL1 | 568 pages | True ( PDF , EPUB , MOBI ) | 15.51 MB

Become an accomplished C++ programmer by embracing object-oriented programming and exploring language complexities, design patterns, and smart programming techniques to gain a competitive advantage in the modern IT world

Key Features
Apply object oriented design concepts in C++ using language features and sound programming techniques
Unlock sophisticated programming solutions with nuances to become an efficient programmer
Explore design patterns as proven solutions for writing scalable and maintainable software in C++
Book Description
While object-oriented software design helps you write more easily maintainable code, companies use C++ for its speed. Object-oriented programming (OOP) in C++ is not automatic - understanding OO (object-oriented) concepts and how they map to C++ language features as well as OOP techniques is crucial. You must know how to distinguish your code by utilizing well-tested, creative solutions, which can be found in popular design patterns. This book will help you to harness OOP in C++ for writing better code.

Starting with the essential C++ features that serve as building blocks for the main chapters, this book explains fundamental OO concepts and shows you how to implement them in C++. With the help of practical code examples and diagrams, you'll find out how things work. The book's coverage furthers your C++ repertoire by including templates, exceptions, operator overloading, STL, and OO component testing. You'll also discover popular design patterns to utilize effective programming solutions to recurring OOP problems.

By the end of this book, you'll be able to employ essential and advanced OOP concepts confidently to create enduring and robust software.

What you will learn
Get to grips with the building blocks needed to learn essential OOP features in C++
Implement OO designs using both C++ language features and proven programming techniques
Understand how well designed, encapsulated code helps make more easily maintainable software
Write robust C++ code that can handle programming exceptions
Design extensible and generic code using templates
Apply operator overloading, utilize STL, and perform OO component testing
Examine popular design patterns to provide creative solutions for typical OO problems
Who This Book Is For
If you are a professional programmer or a college student looking to use C++ as an OOP language to create robust and easily maintainable code, this detailed guide is for you. Programmers who want to master the implementation of OO designs with language features or programming techniques will find the book useful. This OOP book will help you to enhance your skillset by showing you how to apply popular design patterns to solve recurring types of OO problems.