Kotlin: Ep. 9 - Constants | Immutable Variables
In this episode of the Kotlin series, I teach you about constants. Constants are immutable variables, meaning that they cannot be reassigned once given an initial value. #kotlin
Code: https://github.com/KodySimpson/kotlin-tutorial/blob/master/src/main/kotlin/basics/Constants.kt
Join the Community! - https://discord.gg/cortexdev
Timestamps:
0:00 - Constants with val
2:25 - Compile Time Constants
Want to Support the Channel?
- Become a Member: https://www.youtube.com/KodySimpson/join
- PayPal: https://www.paypal.com/paypalme/kodysimpson
My Socials:
Github: https://github.com/KodySimpson
Instagram: https://www.instagram.com/kody_a_simpson/
Twitter: https://twitter.com/kodysimp
More Videos coming soon.
Leave a comment for any future video suggestions.
Other Videos By Kody Simpson
2024-03-16 | Kotlin: Ep. 14 - Comparison |
2024-03-13 | Spreading Democracy and maybe some coding after |
2024-03-10 | Kotlin: Ep. 13 - Boolean Logical Operators |
2024-02-10 | Kotlin: Ep. 12 - Else-If Statements |
2024-02-03 | Kotlin: Ep. 11 - If Statements & Else Statements |
2024-01-31 | Kotlin: Ep. 10 - Arrays |
2024-01-16 | Kotlin - Command Line Arguments |
2024-01-14 | IM BACK (with rizz) |
2024-01-14 | Coding stuff LIVE (with rizz) |
2024-01-14 | Coding stuff LIVE (with rizz) |
2024-01-14 | Kotlin: Ep. 9 - Constants | Immutable Variables |
2024-01-10 | Kotlin Ep. 8 - Arithmetic | Basic Math Operations |
2024-01-09 | Kotlin Ep. 7 - Type Inference |
2024-01-08 | Kotlin Ep. 6 - Strings |
2024-01-08 | Kotlin Ep. 5 - Data Types |
2024-01-06 | Kotlin Ep. 4 - Variables |
2024-01-06 | Kotlin Ep. 3 - Comments |
2024-01-05 | Kotlin Ep. 2 - Hello World! | Your First Program |
2024-01-04 | Kotlin Ep. 1 - Installing IntelliJ IDEA |
2024-01-02 | Spigot Plugin Development - 88 - OrmLite SQL Transactions |
2024-01-01 | Spigot Plugin Development - 87 - OrmLite SQL Relationships |