Multiple choice technology programming languages

In these Object-Oriented languages — C, C#, Java, Eiffel, Smalltalk, Visual Basic.NET, Perl, and many others programmers create classes, each of which defines the behavior and structure of a number of similar objects; then they write code that creates and manipulates objects that are instances of those classes.

  1. generates

  2. articulates

  3. manipulates

  4. eradicates

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When programmers work with classes and objects, they create code that 'manipulates' objects: changing their state, calling their methods, and using their properties. The sentence describes the active control programmers exercise over object instances.