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

Removed redundant Implementation of Serializable Interface #24

Open Jaswanth19-596 opened 2 years ago

Jaswanth19-596 commented 2 years ago

1 . Since the serializable interface is implemented on Singleroom and Doubleroom is extending SIngleroom ....So There's no need to implement it for the Doubleroom .

2 . Closed the object streams after use .

3 . Removed unused variable /Dead code.