CS 4448 - Fall 1998
Object-Oriented Programming and Design
Talk 8.2
by
Jennifer Dai

A Realistic Look at Object Oriented Programming
by
Scott Ambler

I. Type of Reuse:

II Code Reuse

--The most common kind of reuse

--sharing common classes

--copying and modifying exiting code

--have access to the source code

--main advantage:

--reduces the actual amount of source code need to write

--decreases both development and maintenance cost

 

 

 

 



Copyright © University of Colorado. All rights reserved.
Revised: October 24, 1998