Pergunta de entrevista da empresa Citi

Describe the difference between an object and an interface.

Resposta da entrevista

Sigiloso

17 de fev. de 2015

Object is an instance of a class which can have many different attributes such as size and color. Interface is a type of class which has many methods left un-implemented and serves to tell the programmer to implement a class from the interface which implements all the methods in the interface.

6