These questions came up in the previous posts. But, I think the new mock
test added more options. So, I thought we could review thest question in light of these new options:
Benefits resulting from designing and implementing layered application components include: (choose two)
a) reduced initial design time.
b) reduced time for initial development cycle.
c) Reduction of GUI layer changes impacting the model layer
d) maintainability and reuse of the application components
I think the answers are (c) and (d).
-----------------------------------------------
Which one of the following is a good strategy for resolving class name collisions that occur during OO analysis? (choose one)
a)Allow each team member to choose a preferred name
b)Create a class for each domain name, passing on requests to the one class that implements the behavior for all of them to share.
c)Discover better names for different concepts that are referred by the same term
d)Put the classes into different packages so that the fully qualified class names are different
I think they added option (d). But I still think the answer is (c) because it is during 'OO Analysis'.
Please comment.
Thanks.