What does this symbol mean?
AirlineTicket::AirlineTicket()
It declares a namespace. So in AirlineTicket:: you can call all public functions of the AirlineTicket class and AirlineTicket() is the function in that namespace (in this case the constructor).