I. portability II. reusability III. inheritance IV. method V. data A. a new class can automatically pick up data and methods of an existing class B. the capability to move a completed programming solution easily from one type of computer to another C. the ability to apply classes from other projects to a new project D. an object-oriented action or behavior E. raw input

Respuesta :

Answer:

Explanation:

A. a new class can automatically pick up data and methods of an existing class = III Inheritance

B. the capability to move a completed programming solution easily from one type of computer to another. = I. portability

C. the ability to apply classes from other projects to a new project

= II. reusability

D. an object-oriented action or behavior  = IV. method

E. raw input = V. data