asked 76.0k views
4 votes
The capability of moving a completed programming solution easily from one type of computer to another is known as ________. transferability inheritance portability scalability

asked
User Dwonisch
by
8.2k points

1 Answer

4 votes

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

in different environments. The prerequirement for portability is the generalized

abstraction between the application logic and system interfaces.

answered
User Sebastian Dine
by
7.5k points