How to visualise hierarchy of classes when using them? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to visualise hierarchy of classes when using them?

Some classes extend other class that extend other class how is one ment to think about that?

9th Apr 2021, 6:25 PM
Nobody
Nobody - avatar
2 ответов
+ 4
Nobody I believe you will find this little tool handy http://www.class-visualizer.net/ Hope it helps.
9th Apr 2021, 6:58 PM
BroFar
BroFar - avatar
+ 1
if it is standard api there is tree option in menu, it shows hierarchy of package https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/package-tree.html
10th Apr 2021, 12:36 PM
zemiak