shouryaj98 / Hotel-Management-Project-Java

It is a Hotel Management tool which can be used to manage activites like storing customer details, booking rooms of four different types, ordering food for particular rooms, unbooking rooms and showing the bill.
MIT License
335 stars 426 forks source link

Open-Close Principle #15

Open VargasBryan opened 3 years ago

VargasBryan commented 3 years ago

Hello! I communicate to you about a violation with Open-Close Principle inside of Hotel Class because of possibilities in add different services given by hotel, is necessary to implement an interface which doing these works due to variety of rooms and avoid risk in constantly modifications on principal class.