employer cover photo
employer logo
employer logo

Ness Digital Engineering

Engaged Employer

Ness Digital Engineering Interview Question

What does I stand for

Interview Answer

Anonymous

May 31, 2018

Interface segregation, by definition is breaking down a big interface(or implementation) into smaller parts. On this question he had his own idea of what interface segregation is: the developer should be able to implement small chunks VS the actual definition as for not forcing clients to use methods they don't need.