1) Constructors are not inherited
2) Constructors can be overriden
3) A parental constructor can be invoked using this
4) Any method may contain a call to this or super
请问,为什么4)不对?
...全文
4411打赏收藏
一道scjp模拟题,请赐教。
原题如下: Which of the following statements are true? 1) Constructors are not inherited 2) Constructors can be overriden 3) A parental constructor can be invoked using this 4) Any method may contain a call to this or super 请问,为什么4)不对?