An open API service indexing awesome lists of open source software.

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.

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?**