After introducing java 8 default method for interface we are getting diamond problem after implementing two interfaces with same method name , but we solve that by overriding , why can't we use same technique for multiple inheritance for class
            Asked
            
        
        
            Active
            
        
            Viewed 13 times