Thanks Kyle for the link.
Merlin, thanks for your inputs.
I do not know about Facade pattern. I will be glad if you can explain it.
As per my understanding, a Facade object provides a single unified interface and is responsible for collaborating with other(subsystem) objects. Basically, it provides a single point of contact for the subsystem (wrapping the subsystem).
The advantage of this pattern, is that a client needs to interact only with one unified interface for all the subsystem services.
Hope it helps.
Also, I am planning to take the IBM certification exam (486), soon. I have prepared for about 3 weeks now and have mainly relied on Larman's book for majority of the concepts. Also, have been referring UML Distilled and other Design patterns/UML related books. Have also taken the ICE
test, scoring 94% and also the brainbench test.
Can anyone please share their preparation tips for the 486 exam?
Thanks.