Hotel Reservation System - Console App (C#) This is a simple hotel reservation system made as a student project using C# and basic object-oriented programming (OOP) concepts like:
- Encapsulation
- Lists
- Classes and Objects
About the App This console application simulates a hotel booking system for Ostim Hotels in Ankara, Turkey. The user can:
- View available rooms
- Book a room (by entering name, email, and how many days to stay)
This project was created as part of an Object-Oriented Programming course.