Multiple choice technology programming languages

Many modern programming languages depend largely or exclusively on the concept of objects: a close ......... binding of data to the operations that can be performed upon that data.

  1. automatic

  2. enigmatic

  3. pragmatic

  4. syntactic

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

In Object-Oriented Programming, the binding between data and the operations that can be performed on it is described as 'syntactic' because it follows the syntax rules of the language. This close binding is a fundamental characteristic of OOP languages.