American Airlines Interview Question

What is an Interface.

Interview Answer

Anonymous

Aug 28, 2015

It's an entity that does not have any implementations, just signatures. It has to be implemented by another class.

1