Ok, I know this might a little bit crazy, but does anyone know if there is any library out there that could help me with merging two classes into one?
In other words, say I have a class named Student which contains certain fields and methods, and I also have another class with the same name which contains some other fields and methods. Now I want to merge the two files into one. Is there any (easy ) way to do so?
Thanks!

