Question
Please code the following Java assignment. The organization you can use is called Big Brothers Big Sisters, which is a mentoring organization that has adults
Please code the following Java assignment. The organization you can use is called Big Brothers Big Sisters, which is a mentoring organization that has adults giving kids life advice. Please post the output when done.
This Java assignment involves conceptualizing, designing, and developing a Java application for either non-profit or commercial motivations. The application should meet the set of functional and non-functional requirements described below.
Since the assignment involves building an app to serve a business or community need, use this opportunity to show your creativity in designing Java software!
our group app to address a need of a non-profit or commercial organization (could be your own business) must meet ne following requirements: - Must maintain an inventory of items (e.g. donations, customers, products, services, sales, etc). It's your choice what to store in the inventory. - Each team member will implement 2 classes to represent at least 2 items in the database (e.g. Surfboard and Wetsuit). - Each team should create at least 1 abstract parent class to store all the common instance variables and methods. Use this class for inheritance purposes. - There should be one separate demo file (.java) containing the main method. - The main method will display a menu that allows the user to: - Choose either of the 2 different items (e.g. Surfboard or Wetsuit) (use a menu) - Then choose whether to Add/Show All of the item(s) (use another menu)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