I need to build a data structure that represents the inheritance graph of the classes present in the file. This is part of writing a compiler for a language which supports only single inheritance. I need to build a data structure that represent
I need to build a data structure that represents the inheritance graph of the classes present in the file. This is part of writing a compiler for a language which supports only single inheritance. I need to build a data structure that represent