Used to create a single instance (Singleton pattern). object Logger { fun log(message: String) = println("Log: $message") }