I’m getting started with UML after years of programming and I want to make sure that I’m properly using the symbols in my diagrams.
Does the following diagram look like a proper representation of a simple Car class?

Update:
Actually, I just realized that Make knows about model so I removed the arrowhead, but Make and Model do not know about Car so I added arrowheads:

I would make some adjustments to your original diagram:
Make
Model
Car
Engine
I hope this is helpful and provides some good feedback that makes your modeling exercise thought provoking. I know I had fun creating the diagram and thinking about the relationships and some of the details. Haven’t done this in awhile –