https://github.com/analiaburgosdev/java_oop_agenda
Java OOP exercise to manage personal agendas, scheduling meetings with participants, topics, and contact details.
https://github.com/analiaburgosdev/java_oop_agenda
java oop-principles oops-in-java
Last synced: 3 months ago
JSON representation
Java OOP exercise to manage personal agendas, scheduling meetings with participants, topics, and contact details.
- Host: GitHub
- URL: https://github.com/analiaburgosdev/java_oop_agenda
- Owner: analiaBurgosDev
- Created: 2023-08-20T23:51:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:30:54.000Z (7 months ago)
- Last Synced: 2025-06-11T23:41:38.052Z (4 months ago)
- Topics: java, oop-principles, oops-in-java
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ejercicio de POO - Agenda Personal
## Consigna
Una **agenda personal** permite registrar reuniones en las que el usuario va a participar. En esta agenda deben registrarse los siguientes datos:
- **Dónde ocurrirá la reunión**.
- **Quiénes van a participar** de ella.
- **El tema** que se va a tratar.
- **La duración** de la reunión.
- **Los contactos telefónicos y mails** de los asistentes.### Consejos:
- No todos los objetos son “palpables”.### Extra:
- **¿Quién detecta un conflicto de horarios?**
------------------------------------------------------------------------------------------------------------------------------------------------
# OOP Exercise - Personal Agenda## Problem Description
A **personal agenda** allows the user to register meetings in which they will participate. In this agenda, the following information must be recorded:
- **Where the meeting will take place**.
- **Who will participate** in the meeting.
- **The topic** to be discussed.
- **The duration** of the meeting.
- **The phone contacts and emails** of the participants.### Tips:
- Not all objects are "tangible".### Extra:
- **Who detects a schedule conflict?**