| C++ Program Design, 3/e James P. Cohoon,
University of Virginia Jack W. Davidson,
University of Virginia
The class construct and object-oriented design
Chapter OutlineChapter 7 -- The class construct and object-oriented design
(See page 364)
class construct |
| | |
(See page 369)
information hiding |
| | |
(See page 371)
encapsulation |
| | |
(See page 364)
data members |
| | |
(See page 364)
member functions |
| | |
(See page 379)
constructors |
| | |
(See page 365)
inspectors |
| | |
(See page 366)
facilitators |
| | |
(See page 371)
const functions |
| | |
(See page 371)
access specification: public and private |
| | |
(See page 387)
object-oriented analysis and design |
|