What does this symbol mean?
AirlineTicket::AirlineTicket()
In C++ the :: is called the Scope Resolution Operator. It makes it clear to which namespace or class a symbol belongs.
::