Respuesta :

Objects modules in object-oriented languages like C++ enable developers to build program quickly. The objects contain data and code. The data is in the form of fields, often known as attributes; and the code is in the form of procedures, often known as methods.
 The advantage of the object-oriented language is that enables programmers to create modules that do not need to be changed when a new type of object is added. 

Answer:

The answer is reusable modules

Explanation:

I took this test.