Identify the characteristics of object-oriented programming. Choose all that apply. It is an important innovation in programming languages in the 1970s and 1980s. It is used to translate programs from low-level to high-level languages. It is broken into parts known as objects that contain data and programs. It allows programmers to collaborate more effectively.

Respuesta :

Answer:

It is an important innovation in programming languages in the 1970s and 1980s.

It is used to translate programs from low-level to high-level languages.

It allows programmers to collaborate more effectively.

Explanation:

The above three options are correct. Remember, the OOPS does translate the program from a low level to high-level languages. And it was being developed in the 70s and 80s. Also, it does help all the programmers to collaborate in a more sound manner. Hence, the options mentioned above are the correct ones. Remember, since we divide a problem into data and objects, and these can be shared more effectively and with less redundancy. Also, very complex calculations can be encapsulated and abstracted to present the solution to a layman easily. And since it is easily readable, it does translate low level to high-level languages.

Answer:

Hello there!

The answers to this assignment question are

A. It is an important innovation in programming languages in the 1970s and 1980s.

C. It is broken into parts known as objects that contain data and programs.

D. It allows programmers to collaborate more effectively

Explanation:

I got it correct on the assignment.

Hope this helps!

- immaback2x