Pregunta de entrevista de Vitech Systems Group

Difference between interface and abstract class

Respuestas de entrevistas

Anónimo

10 de mar de 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

Anónimo

19 de mar de 2015

Write SQL join statement

1