Question d’entretien chez Vitech Systems Group

Difference between interface and abstract class

Réponses aux questions d'entretien

Utilisateur anonyme

10 mars 2017

Interface vs Abstract class: --> Interface is an also an partial abstract class , But by default every method is in interface is containing public modifier. -->we can declare only prototype and signature of method. --> we cant write any implementation on method . -->when we choose interface -- we know about the requirement but we dont know about implemenation. Abstract Class: --> we can able to write partial implementation. -->In Abstract class by default every method is abstract .

1

Utilisateur anonyme

19 mars 2015

Write SQL join statement

1