Abstract classes vs Interfaces in Kotlin
As you may know, interfaces are just abstract functions but with subtle differences.
Abstract means two things :
this class can’t be instantiated
this class can have fields with no implementation (abstract fields like abstract functions or abstract...
mohamedewida.hashnode.dev2 min read