creating a linked_list generic class that enables you to create a chain of objects of different types.
Is possibly LinkedList<object>
what you want? that lets you put any item into the list, regardless of it's type
creating a linked_list generic class that enables you to create a chain of objects of different types.
Is possibly LinkedList<object>
what you want? that lets you put any item into the list, regardless of it's type
精彩评论