Java program for managing donations and beneficiaries within an organization.This code is designed to simulate a donation management system where admins, beneficiaries, and donators can interact with the organization to facilitate the donation of materials and services. The code provides various methods and interactions for these actions and operations.
- Classes
- Organization
- Admin
- Beneficiary and Donator
- Entity, Material, and Service
- Request and RequestDonation
- Menu
- Offers and RequestDonationList
- User
- Main Class