39.4k views
0 votes
Considering major underlying concepts of object-oriented design, which concept indicates how well objects abstract underlying data and procedure so that each object is as independent as possible?

User Phts
by
7.9k points

1 Answer

0 votes

Answer: concept of "objects", which can contain data and code

Explanation: Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).

User Agermano
by
8.7k points

No related questions found