Question d’entretien chez Infosys

Technical- They will start from basics like what are Abstract class, Interface.

Réponse à la question d'entretien

Utilisateur anonyme

12 janv. 2012

Abstract class is one in which minimum one of the method is abstract i.e which does not have body and which needs to be overridden. Interface is one which has all method declaration and no method definition.