A 'has a' relationship represents Composition (one object contains another), while 'is a' represents Inheritance (one object is a type of another). Option C correctly identifies this mapping. Option B reverses them, and options A/D describe unrelated concepts.