Hotel-Management-Project-Java
Hotel-Management-Project-Java copied to clipboard
Removed redundant Implementation of Serializable Interface
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.