Java directly does not support multiple inheritance , but by interface it supports the same.
To understand why java does not support multiple inheritance first we need to understand the Diamond problem
Diamond problem says
Suppose we...
Home » Posts filed under multiple inheritance in java example