I came across this question, I researched and the correct answer is:
e) Computing is triggered by message exchange between objects.
I agree that E is true, but what I do not understand is the following, because the letter D is wrong?
Object orientation is an abstract way of thinking about a problem using real world concepts and not just computational concepts. In this perspective, the adoption of the object-oriented paradigm necessarily implies that:
- a) users use the applications more simply.
- b) systems are encapsulated by other systems.
- c) application developers are more specialized.
- d) objects are implemented efficiently and simply.
- e) computing is triggered by exchanging messages between objects.
By what I understand about object orientation to D is correct as well.