C Object class

0 votes
There is a generic class in Java called "Object" that all classes are subclasses of. I'm trying to make a linked list library (for a school project), and I've only gotten it to work for one type, not multiple, so is there anything similar?

EDIT: I'd post the code, but I don't have it with me right now.