Self relation in C# – Winforms
I have a class called human that has an attribute called friends from which is a list of type human. Actually, I am going to create a many-to-many relationship between the human class and itself.
I have a class called human that has an attribute called friends from which is a list of type human. Actually, I am going to create a many-to-many relationship between the human class and itself.