Computer Science, asked by pawanpaul7788, 1 year ago

What is composition in C#?

Answers

Answered by adityakhandelwal323
0

Composition in C# Under Composition, if the parent object is deleted, then the child object also loses its status. The composition is a special type of Aggregation and gives a part-of relationship. For example, A Car has an engine.

Similar questions