Transcription: Here is a version of the traditional Hello World program. Notice that the declaration of the object Hello triggers the Hello World message. The main function does not use any objects of the class World. The Goodbye message is triggered after the main function by the destruction of the global object Hello.