What is the max level of inheritance in java?

前端 未结 5 1334
北海茫月
北海茫月 2020-12-20 17:15

I was wondering if there is a finite number of time that I can inherit a class? Or what are the factors that can influence this?

5条回答
  •  春和景丽
    2020-12-20 17:42

    For all practical applications, inheritance trees in Java may grow to infinite size.

提交回复
热议问题