hallo

I am a total c#-noob and have a little question. I'll try to put it in an example:

I have a class "Car" that has the fields "name" and wheels.
Wheels are from the type "Wheel".
The constructor of the Car-Class sets the name of the car-objekt and the id of the Wheel-Object.
Expect now, there are more cars, each with its wheels.
Now I want to do something...