Part 2: Object-oriented programing with C++

This part of the book provides you with basic tools of object-oriented programming with C++. Object-oriented programming is first and foremost about using functions because each operation on an object should be implemented as a function call. C++ functions are complex, and Chapter 7, "Programming with C++ Functions," tells you all you should know about the syntax of C++ functions. Passing parameters in C++ has a reputation for difficulty, and I hope that this chapter does a good job helping you to master this essential C++ skill.

Chapter 8, "Object-Oriented Programming with Functions," continues the discussion of C++ functions by explaining how to use functions. It introduces the criteria of cohesion, ...

Get Core C++ A Software Engineering Approach 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.