In this class we have spent much time emphasizing object


Object-Oriented Programming Project

In this class, we have spent much time emphasizing object oriented code development that encourages code re-use by means of interfaces, abstract classes, design patterns, etc. Now it is your turn to apply these concepts into the development of a fairly sophisticated software package that performs some meaningful task. Most precisely, you are to perform the following:

  • Identify a problem for which you will develop an object oriented solution. Examples include an online library system, an online casino with several (at least 3) different games, a linear algebra software package, etc. You are also encouraged to come up with your own problem.
  • Identify the necessary objects and actions that are required to produce your solutions. Think about ways of generalizing the objects into super classes and actions into interfaces so that you can change the behavior of your program without having to rewrite much of your code.
  • Generate an implementation of your solution using Java. Your entire project must OOP-based.
  • You must provide a written report describing the problem and its solution. The report much contain the follow:
    • Full names of all team members
    • Introduction outlining problem and requirements for your solution.
    • Design and Analysis: Must include UML diagrams (static and dynamic) illustrating your object oriented system.
    • Technical detail regarding implementation and testing.
    • User manual that describes how to run your program including examples and/or screenshots.
    • Conclusion to include what you have learned by doing this project.
    • Any references you may have used outside of the class notes and course textbook.
  • Your user interface may be text based; however, you are more than welcome to produce a graphical user interface (GUI) using the Java Swing Class.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: In this class we have spent much time emphasizing object
Reference No:- TGS01134890

Now Priced at $30 (50% Discount)

Recommended (98%)

Rated (4.3/5)