Приглашаем посетить
Львов Н.А. (lvov.lit-info.ru)

Chapter 12.  Objects with Data

Previous
Table of Contents
Next

Chapter 12. Objects with Data

Using the simple syntax introduced in Chapter 11, we have class methods, (multiple) inheritance, overriding, and extending. We've been able to factor out common code and provide a way to reuse implementations with variations. This is at the core of what objects provide, but objects also provide instance data, which we haven't even begun to cover.


Previous
Table of Contents
Next