Nagarro interview question

Why java does not support multiple inheritance?

Interview Answer

Anonymous

Aug 24, 2022

Because it can lead to diamond problem.we can use it through interface.