McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Workbook
EzWindows Software Packages
Chapter Objectives
Chapter Outline
Chapter Overview
Lab
Self-Check Solutions
Feedback
Help Center


Cohoon/Davidson: C++ Program Design, Third Edition
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 Outline

Chapter 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 365)
mutators

(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