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
Correct option is A. True
To explain I would say: Java supports multiple level inheritance through implementing multiple interfaces.