This might seem elementary to many of you but ... when I declare a sentence like this:-
Room room = findRoom(nbBeds, date_Entrance, date_Exit);
What does room hold ? does it hold the output of findroom ? what is this called? what should I read to understand this concept of creating a variable type class ?
Roomobject but stil could you show us the definition offindRoom(nbBeds, date_Entrance, date_Exit)?