Whatfix Interview Question

How to provide same method implementation for classes implementing an interface

Interview Answer

Anonymous

May 3, 2019

Make it as default method in an interface

1