Tuesday, 22 January 2019

Where should use abstract and interface?

Methods  which are compulsorily need to be used will be declared in abstract ,
Methods which is used depend on the scenario will be declared in interface using segregation(SOLID Principal).

No comments:

Post a Comment