Chapter 1: Object Lessons

From Lippman, C++ Object Model. Introduction. In C, a data abstraction and the operations that perform on it are declared separately—that is, there is no language-supported relationship between data and functions. We speak of this method of programming as procedural, driven by a set of algorithms divided into task-oriented functions operating ... ................
................