Posts by Bryan dos Santos • 1 point
1 post
-
0
votes1
answer167
viewsA: Overwrite an Inheritance property or not ? Kotlin
You can do the override in a property similar to what is seen in the methods at Kotlin. Each declared property can be replaced by an initialized property or by a get method property. Now about val…