29.6k views
1 vote
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

User Hidarikani
by
5.4k points

1 Answer

3 votes

Answer:

Step-by-step 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

User Ashish Chauhan
by
6.1k points