How to understand relations between objects?
chapter 8, relations between objects, it define like "a class contain another class" . I have some C++ background, so can I consider it as the same? like in C++ a CAR Class can contain another ENGINE Class. and both usage are tha same?
|