Question: For this project, you will be creating a program that uses objects using C + + . Thats the major requirement. Project Idea: A text

For this project, you will be creating a program that uses objects using C++. Thats the major requirement. Project Idea: A text-based game, HANG MANCREATE A PROJECT BASED ON THE GAME HANG MANYour project must have at least 3 classes you create, and a main() driver file. Two of those classes should have an inheritance relationship, so one would be a base class, and one a derived class. Your classes should also use overloaded operators. That doesnt mean you will overload every single operator, but you should find an appropriate use to overload at least one operator. You dont have to use polymorphism. Code 60 pointsFor the code, I will be looking for compilation without errors, correct output results, good programming structure, proper commenting, and that you implemented code using best practices (coding for potential errors, use of proper styling, classes have constructors, setters, getters, const keyword, separate driver and class files, etc).Report 30 pointsDescribe why you chose to create those classes, as well as the inheritance relationship.UML Class Diagrams: A class diagram for each class with appropriate symbols for composition/aggregation and inheritance.Screenshots of your code running. This doesnt have to include every single part of your code running, but perhaps the beginning, and some interesting parts of the program. You would want a description of each screenshot that lets us know what is happening. References: Any resources you may have looked at or used should be listed here. Make sure you have each of these points covered in your reflections report. Write it as youExtra Credit: Graphics Library up to 5 extra pointsIf you are using graphics into your project, then you can earn extra points. NOTE: You MUST include the extra credit video as part of your deliverable if you use a graphics library, so you are really set up to have up to 105extra points on this project!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!