Data Abstraction

2/24/99


Click here to start


Table of Contents

PPT Slide

Data Abstraction

Abstract Data Type (ADT)

Data from 3 different levels

Viewing a library from 3 different levels

Structured Data Type

PPT Slide

Records

C++ structs

struct CarType

Accessing struct members

Aggregate struct operations

Pass-by-value

Pass-by-reference

Using struct type Reference Parameter to change a member

Using struct type Value Parameter to examine a member

Author: Sylvia Sorkin

Email: ssorkin@essex.cc.md.us

Home Page: http://www.essex.cc.md.us/Essex/People/ssorkin/index.html

Download presentation source