Skip to content

Java OOP exercise to manage personal agendas, scheduling meetings with participants, topics, and contact details.

Notifications You must be signed in to change notification settings

analiaBurgosDev/java_OOP_agenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Java OOP exercise to manage personal agendas, scheduling meetings with participants, topics, and contact details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages