7
Classes, Objects, and OOP in C++
In this chapter, we delve into the sophisticated realm of classes, objects, and object-oriented programming (OOP) in C++. Tailored for the advanced C++ practitioner, our focus will be on elevating your understanding of class design, method implementation, inheritance, and template usage, steering clear of introductory explanations of these concepts. Our goal is to enhance your ability to construct robust and efficient software architectures using advanced object-oriented techniques.
The discussion begins by examining the intricate considerations necessary when defining classes, guiding you through the decision-making process to determine the best candidates for class encapsulation. This includes distinguishing ...
Get Refactoring with C++ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.