Problem #872 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class with methods to search for flights and hotels, and to book and cancel reservations.

Your Solution