E-Book, Englisch, 594 Seiten
Kirk Deciphering Object-Oriented Programming with C++ [WARNING: NOT FOR USE IN OTHER MATERIAL/SEE CONTRACT]
1. Auflage 2022
ISBN: 978-1-80461-108-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
A practical, in-depth guide to implementing object-oriented design principles to create robust code
E-Book, Englisch, 594 Seiten
ISBN: 978-1-80461-108-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "Deciphering Object-Oriented Programming with C++ [WARNING: NOT FOR USE IN OTHER MATERIAL/SEE CONTRACT]".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Table of Contents - Understanding Basic C++ Assumptions
- Adding Language Necessities
- Indirect Addressing: Pointers
- Indirect Addressing: References
- Exploring Classes in Detail
- Implementing Hierarchies with Single Inheritance
- Utilizing Dynamic Binding through Polymorphism
- Mastering Abstract Classes
- Exploring Multiple Inheritance
- Implementing Association, Aggregation, and Composition
- Handling Exceptions
- Friends and Operator Overloading
- Working with Templates
- Understanding STL Basics
- Testing Classes and Components
- Using the Observer Pattern
- Applying the Factory Pattern
- Applying the Adapter Pattern
- Using the Singleton Pattern
- Removing Implementation Details Using the pImpl Pattern
- Making C++ Safer