Software portability

From Wiki @ Karl Jones dot com
Revision as of 14:56, 9 September 2015 by Karl Jones (Talk | contribs) (Created page with "'''Portability''' in high-level computer programming is the usability of the same software in different environments. (TO DO:...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Portability in high-level computer programming is the usability of the same software in different environments.

(TO DO: expand, organize, cross-reference, illustrate.)

Description

The prerequirement for portability is the generalized abstraction between the application logic and system interfaces.

When software with the same functionality is produced for several computing platforms, portability is the key issue for development cost reduction.

See also

External links