Learn how to extend a data class in Kotlin.
Also find me here:
Baeldung Author
Jacek Polom
I'm a software developer with more than ten years of experience. On daily basis working with Java and Kotlin. Focused on quality from many perspectives.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Strings (3)
- Kotlin Collections (2)
- Kotlin Classes and Objects (2)
- Kotlin IO (1)
Kotlin Equivalent to Java String Arrays
Filed under Kotlin Collections, Kotlin Strings
Learn how to create an array of primitives and ordinary types.
How to Invoke External Command From Within Kotlin
Filed under Kotlin IO
Learn how to invoke external commands from Kotlin.
Parsing a URL String
Filed under Kotlin Strings
Learn how to parse an URL string with URL and URI classes.
Companion Objects in Kotlin Interfaces
Filed under Kotlin Classes and Objects
Learn how to define a companion object in an interface.
Creating a Byte Array in Kotlin
Filed under Kotlin Collections
Learn how to create a byte array in Kotlin
Convert a String to a Byte Array in Kotlin
Filed under Kotlin Strings
Learn how to convert a String to a byte array in Kotlin.