Question: c++ programming Using Visual Studio create a UML Class diagram for the following program scenario: In the game of Hangman, the computer chooses a word
c++ programming
Using Visual Studio create a UML Class diagram for the following program scenario: In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences of that letter are revealed to the user. The game ends when the user has guessed every letter in the word before he reaches the allowed number of strikes. This program is an interactive Hangman game. The focus is to use and manipulate strings and loops. Click on download project button to download zip folder which contains C++ source code file.
The UML Diagram must have at least one base class with at least two associated subclasses. (Feel free to add additional base and/or subclasses.) Each base class must contain attributes with associated getters and setters. (Remember that all attributes must have getters. It will be up to the programmers whether you will allow the user the change attribute values are an object is created.) UML Class Diagrams a normally created in Microsoft Visio. However, you may do so in Microsoft Word as well. If done in Microsoft Word, the diagram MUST be properly formatted.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
