🎴 Flashcard Mode
Java Object-Oriented Programming
Card1 / 21
Mastered0
Review0
QuestionClick to flip
OOP promotes a way of programming that allows programmers to think in terms of:
AnswerClick to flip back
A
Objects
💡 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.