Showing posts with the label Interface

Abstract Class Vs Interface

Interfaces are used to define the contracts of methods and constants in class. To implement an interface we can use the…