|
|
Name Spaces and ReusabilityA major problem when developing reusable code is that of name conflicts. Vendor B might develop a library of classes, while Vendor M might develop another library of classes. Customer C wants to use both libraries, but discovers that a number of class names have been duplicated across the two libraries. What to do?
|
This page was last modified on 27 November, 2007 |