Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - English (Wordnet), )
reuse
Jump to user comments
Using code developed for one application program in another
application. Traditionally achieved using program libraries.
Object-oriented programming offers reusability of code via
its techniques of inheritance and genericity. Class
libraries with intelligent browsers and applicationgenerators are under development to help in this process.
Polymorphic functional languages also support reusability
while retaining the benefits of strong typing.