1. What does Object-Oriented Programming primarily involve?
Modeling software using objects that contain data and methods
Explicación
Object-Oriented Programming primarily involves modeling software using objects that contain data and methods, shifting focus from procedures to objects, as explicitly stated in the source.