Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Java, write a program using the following description: Please make sure everything listed here is in the code! Commenting is welcomed, Thank you!! Gym

In Java, write a program using the following description:

Please make sure everything listed here is in the code!

Commenting is welcomed, Thank you!!

Gym Membership Management System: Design a system for a gym that allows the owner to keep track of the number of different types of members that are signed up. The system should allow trial memberships, 3-month memberships, and annual memberships. The system should keep track of users and what kind of membership they have. It should also keep track of whether the user has paid in full, or is paying monthly or is overdue in payment. For each user, the system should keep track of what types of activities the user prefers (weights vs. aerobic vs. spin classes vs. kickboxing, etc.)These activites can either be an Array list or a seperate method. The gym provides different payment plans, such as monthly, annual or quarterly. Inheritance: 1. Membership is sub-classed by the various types of membership. 2. Payment plans is sub-classed by different types of plans.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Are there any questions that you want to ask?

Answered: 1 week ago