Which programming paradigm emphasizes the use of objects to represent data? 🔊
The programming paradigm that emphasizes the use of objects to represent data is known as Object-Oriented Programming (OOP). This approach facilitates better organization of code and reusability through concepts such as encapsulation, inheritance, and polymorphism.
Equestions.com Team – Verified by subject-matter experts