Что такое абстрактный класс в котлине
A class which is declared with abstract keyword is known as abstract class.
An abstract class cannot be instantiated. Means, we cannot create object of
abstract class. The method and properties of abstract class are non-abstract
unless they are explicitly declared as abstract.
android developer