1
I came across this question, researched it and the correct answer is:
e) computing is triggered by the exchange of messages between objects.
I agree that the And is true, but what I don’t understand is this, because the letter D this wrong?
Object orientation is an abstract way of thinking a problem using real-world concepts and not just computational concepts. From this perspective, the adoption of the object-oriented paradigm necessarily implies that:
- a) users use the applications more simply.
- b) the systems are encapsulated by other systems.
- c) application programmers are more specialized.
- d) the objects are implemented efficiently and simply.
- e) computing is triggered by the exchange of messages between objects.
From what I understand about object orientation to D this also correct.
To D Seems wrong to me. I can implement something using object orientation without being efficient, or add unnecessary levels of complexity to something simple to do
– Jefferson Quesado
I believe this D is more focused on good practices with OO.
– DiegoSantos