Anyone know what association is in C#.
Someone I know is mentioning it and I cannot think what it is.
The only thing I can think of is it being a 'has a' relationship e.g...
class Student : BankAccount
{
}
Even still..this would still be coded in the same way as above?