Showing posts with the label Abstract

Abstract Class Vs Interface and When to Use Which

Interface can have only abstract methods. If you want to add new methods in the future then it is great to go with the …