
Strange linked list
Question: How can I create a linked list that contains different datatypes? For example: assume that I have Human as a basic class. Man and Woman are two children to this class. How can I make a linked list that contains 10 men and 15 women? Answer: The easiest way