You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kotlin, an abstract class is a class that cannot be instantiated directly, but can be subclassed. It is used to define a common interface for a group of related classes, but without providing a complete implementation.