employer cover photo
employer logo

Vencore interview question

What's an interface?

Interview Answer

Anonymous

29 Jan 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.