CompuServe Messages

#C++ &-Referencing

    02-Mar-90 00:24:32
Fm: John M. Dlugosz 74066,3717
To: Bob Goldrich 73427,2414
One way C++ code is more reusable is that you can alter it without modifying the original source files. Makes it easy to take something and incorperate it with changes, and you don't have multiple almost-same code to maintain. Also, safty features so if code is being used by someone other than its author the compiler can chack for incorrect usage. –John