Multiple choice OOP promotes a way of programming that allows programmers to think in terms of: Data Procedures Objects 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.