In Object Oriented when I create a class variable and initialize it in my constructor could we say that it's an UML aggregation? In the same idea could we say that a variable defined in a method is an UML association?
What are the links between UML association / aggregation / composition and OO class?