15) The codes for class Hotel has been defined in two separate files Hotel.h, and Hotel.cpp. Which of the following statements is true? a. Hotel.cpp contains the class definition with data members and function declarations. b. Hotel.cpp contains member function definitions and includes Hotel.h. c. Hotel.h contains the class and member function definitions. d. Hotel.h contains the class definition with only data members.