Aggregation and composition

Suppose we have implemented a scenario and we used aggregation in it, after some time we realize that use of aggregation is not a correct choice, now we want to use composition instead of aggregation. Can we replace composition with aggregation? At which phase(s) these changes are required?
Composition is aggregation - the terms are equivalent.

What were you trying to do exactly?
Topic archived. No new replies allowed.