Class Interactions
Contains - by value. | class X | !! indicates that X and Y have |
Uses. | class X | Y is used within the source code |
Contains - by reference. | class X | This is used to indicate that X |
Inheritance. | Class Y:X {} | This indicates that Y is a public |
Invoking a member function. | void X::F(Y& theY) | |
Using a container class. | class X | Contains array or so. Can have different lifetimes |