Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1) Create a Java or Kotlin application based on the class diagram below.

In addition to the classes in class diagram ,the application must allow a user to
create one poll, add movies, then the application randomly votes.

1) Model the application below using a class diagram. Getters and


setters can be omitted but not access modifiers.

Binco is a messaging application that allows groups of people to communicate.

The application has 10 predefined rooms used for chatting. Users cannot add

new rooms and each room has a maximum of 5 people.

When a user joins a room, all users present in the room is notified of the name

of the new user and the time he/she joined. Users should also be made aware

of the number of people currently in a room.

Each message shared in the room records who sent it, when it was sent, and

who saw the message. This information about all messages must be presented

to the users in a group.

You might also like