-
Notifications
You must be signed in to change notification settings - Fork 24
Kotlin Fundamentals: Classes
Devrath edited this page Jan 26, 2024
·
8 revisions
If you want to Inherit a class, You need to mark it as open
indicating that it can be inherited explicitly
This primary constructor is used to create an instance