You will create a basic hangman application with your knowledge of object oriented programming. You will create list of words that the user will have to guess. In this case, use words that have to do with technology and are not too obscure. This application will NOT be case sensitive. Be sure to catch incorrect user input. Dont make a word in your list more than 8 characters long. The user will have 8 chances to guess until the 9th where the user losses (This is coming from the picture game of hangman that is played with the body parts). Include various classes and your knowledge of encapsulation and other proper programming practices.