1. Develop the member function prototypes for a queue ADT. Think about what kind of information would need to flow from the application to the ADT Hint – functions that have no arguments must be self-sufficient or be dependent on the user. Limit interaction with the user to just output, when requested. Also, think about how the functions can supply success/failure information back to the client program. Think about this! a. Queue0 b. QueueO; Your
OR
OR