Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Multifunctional Application (with OOP) In our lectures, you learned all of the pieces necessary to create a multifunctional application. You learned how to: Define
Multifunctional Application (with OOP) In our lectures, you learned all of the pieces necessary to create a multifunctional application. You learned how to: Define Classes and create methods(calculate) Store class in header and source files (File 1/o) Work with UML diagrams Work with inheritance, subclasses, and use override Access static data members and functions Utilize StringBuilder class to design and format reports Work with types of storage.(Dynamic Data Structures and Generics) Objective: In this project, you use the skills and knowledge you have acquired in this class to build a multipurpose application. Overview: Write your own code The application you build simulates one that you might use to track information and other information about (Topics: people, things, or animals). The application enables you to input new information, list, search for specific information, view, delete, and prevent duplication. You build the application entirely from java classes. Also, to make this undertaking manageable (and be consistent with good programming practices), you build the application through creating methods that you prototype, test, and later link together into one menu-based application(command line interface). Components: 0 . Create a UML to design and document processes and procedures of your multifunctional application Set up a source directory under your home directory Create a input menu for your application (Title, print, add, search information, and quit) Create an information file for testing purposes. Submit all documentation for reviewing and grading. Note: Write a brief descriptive paragraph about describing or summarizing your topic. Grading: Using your creativity, and good programming practices (Software quality and coding Standards) to develop an application with all tools learned in class.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started