hello everyone,
im trying to make a theatre program and im at a dead end so im hoping for some help please.
if someone can help see my problem clearer or post some sample code it will be much apperciated.
the problem is i need to create a Seat class in the theatre program but im unsure of how it will work or how i can do it.
i have been asked to create a seating system which will hold around 400 seats. but the seats are split into different sections. e.g upper circle will hold 100 seats etc. it needs to be oop based.
the seats are split into rows and a row of seats my have different pricing e.g. row 1 and 2 may be priced at £10 per seat.
also i have to make sure that the seats are not doubled booked but i really am struggling with how to do all the above.
Last but not least lol can java applets use mvc as i have only done mvc on jframes so im not totaly sure??
all feedback and help is much appericated
thanks
Superstar288