1.

Differentiate interface and implementation?

Answer»

Interface:

Interface just defines what an object can do, but won’t actually do it.

Implementation:

Implementation carries out the instructions defined in the interface.



Discussion

No Comment Found