const in Kotlin is like final static in Java
const val Car_1 = "BUGATTI" -> final static String Car_1 = "BUGATTI";