Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write ONE application program (Java) by using the following requirements: 1. Flow-chart for the algorithm must be created by using Word Application. Your project
Write ONE application program (Java) by using the following requirements: 1. Flow-chart for the algorithm must be created by using Word Application. Your project grade is zero without the algorithm flow-chart. (10 points) o If I do not understand your program, I might check your flow-chart or contact you to explain how it works. You have no grade on the item or items if I have no answer(s) from you. 2. File input and output (10 points) a. Input file(s) need to be submitted b. Input file must have.txt extension 3. Exception handling (10 points) a. You can create your own exception classes or b. You can use existing exception classes from Java API or Python Standard Library 4. Inheritance a. At least one superclass or abstract superclass: this class needs to have data members, accessor, mutator methods (5 points) b. At least one subclass: this class also needs to have data members, accessor, mutator methods (5 points) c. At least one interface: this interface needs to have at least two abstract methods (5 points) d. At least one method overloading (5 points) e. At least one method overriding (5 points) f. At least one static member and one static method (10 points) g. Polymorphism: you need to have at least one superclass reference to reference objects of a subclass (5 points) h. At least one aggregation in a class (5 points) 5. Data Structure a. Array based data structure can be selected from Stack, Queue, Priority Queue or Deque (5 points) b. Two sorting algorithms can be selected from (10 points) i. Insertion sort ii. Bubble sort iii. Selection sort iv. Merge sort v. Quick sort vi. Heap sort c. Recursive method must be used in the project (5 points) d. Searching algorithm can be selected from either linear search or binary search (5 points) 6. Within your project, PLEASE include comments at the place where you use the above items. I will deduct the points if I cannot find the above items within your project.
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