Why has it been suggested that it is easier to build and maintain large systems using an Object-oriented approach?
A. Development and management are easier as objects are essentially independent components.
B. Objects are reusable.
C. Structured systems tend to look either at actions (e.g. procedures and functions) or data only, while, in contrast, Object-Oriented techniques consider both.
D. One approach is not necessarily better than another - its a matter of picking horses for courses.
查看答案
Using the object-oriented approach, the emphasis is on ___________.
A. data primarily
B. actions primarily
C. neither data nor actions
D. data and actions but asynchronously
E. data and actions simultaneously
The advantage of using the Object-oriented approach compared to the Structured approach is ___________.
A. fewer change requests are made during development and maintenance.
B. adaptive and perfective maintainability increased significantly.
C. improvements in usability
D. all of these
UML presents a ____________.
A. methodology
B. method
C. set of techniques
D. notation
A scenario is ___________.
A. one particular set of interactions between specific objects and users.
B. a generic description of the overall functionality of a product.
C. the overall interaction between the classes of the software product and the actors (users) of the product.
D. a description of the actions performed by or to each class or subclass.