Does Java support multiple level inheritance?
(a) True
(b) False
I had been asked this question during an online exam.
This is a very interesting question from Inheritance topic in chapter Inheritance of Java
(a) True
(b) False
I had been asked this question during an online exam.
This is a very interesting question from Inheritance topic in chapter Inheritance of Java
Correct option is (a) True
To explain I would say: Java supports multiple level inheritance through implementing multiple interfaces.