Whatfix interview question

How to provide same method implementation for classes implementing an interface

Interview Answer

Anonymous

3 May 2019

Make it as default method in an interface

1