employer cover photo
employer logo

Vencore Interview Question

What's an interface?

Interview Answer

Anonymous

Jan 29, 2018

It's a way of guaranteeing similar functionality across dissimilar object types. It's best to use interfaces when it doesn't make logical sense for the object's inheritance tree to be bound to another.