Main Page | See live article

Reusability

In computer science, reusability is the likelihood a segment of structured code can be used again to add new functionalities without modification.

The advantages of using reusable code:

Subprograms -- typically called subroutines or functions -- are a simple form of reuse.

Objectss offer a more advanced form of reusability.

See Also: