Right answer is (c) Java doesn’t support multiple inheritance
Explanation: Java doesn’t support multiple inheritance. This is done to avoid the diamond problem that sometimes arises with inherited functions. Though, multiple inheritance can be implemented in java using interfaces.