Multiple choice

OOP promotes a way of programming that allows programmers to think in terms of:

  1. Data

  2. Procedures

  3. Objects

  4. Orientation

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

Object-Oriented Programming (OOP) shifts the focus from procedural logic to modeling software around objects that contain both data and the methods to manipulate that data.