employer cover photo
employer logo
employer logo

Vitech Systems Group

Is this your company?

Vitech Systems Group interview question

Difference between interface and abstract class

Interview Answers

Anonymous

10 Mar 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

Anonymous

19 Mar 2015

Write SQL join statement

1