In aggregation, the 'part' objects can exist independently - if the whole is destroyed, parts survive. In composition, parts have dependent lifecycles - destroying the whole destroys its parts. The false statement is C because it incorrectly claims aggregation has cascade delete behavior.