Saved Bookmarks
| 1. |
Object that collects data on request rather than autonomously is known as(a) Active Object(b) Passive Object(c) Multiple instance(d) None of the mentionedThis question was posed to me in homework.My question is taken from Object Oriented Software Design topic in portion Software Design of Software Engineering |
|
Answer» CORRECT answer is (B) PASSIVE Object The EXPLANATION is: A passive object holds data, but does not initiate control. |
|