Thursday, April 25, 2024 14:15

Posts Tagged ‘abstract method’

Abstract classes and methods

Saturday, January 4th, 2020

As I was explaining in the previous lesson, one way of achieving abstraction is trough the means of abstract classes and methods. The abstract keyword can be used for both classes and methods. An abstract class is a class that provides a partial implementation.… Read more


Follow the white rabbit