Showing posts with the label Abstract

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…