hallo people
i have an interface called Rentable and the following explanation
/** When an item is loaned its return date should be set and a flag set to show that it is on loan.
* It should only be loaned if it is not already on loan
*/
i dont understand the meaning of setting a flag to show its on loan?
