Transcription: If a constructor or destructor is defined inside the class definition, it is an inline function. The body of a constructor or destructor can be small or empty. In such cases, the function is usually defined inline. If the body of a constructor or destructor is large, you can define it outside the class definition.