Consider an existing game of bridge written in Java. We are interested in integrating this bridge game into ARENA. What is ARENA? ARENA is a multi-user game management system. Which design pattern would you use? Draw a UML class diagram relating the ARENA objects with some of the classes you would expect to find in the bridge game.
Guide: Integrating an existing game requires writing one adapter per ARENA class in the game interface.
Guide: Integrating an existing game requires writing one adapter per ARENA class in the game interface.
You can create UML class diagrams with Creately online diagramming and collaboration software. There are tools and templates available to draw class diagrams with 100s of examples to be used freely. Also you can learn how to draw class diagrams in-depth from this Class Diagram Tutorial .
ReplyDelete