...

/

Quiz: Objects

Quiz: Objects

Test your understanding of the concepts discussed in this chapter.

We'll cover the following...
Technical Quiz
1.

What is the output of the following code?

data object ABC

fun main() {
    println(ABC)
}
A.

data object ABC

B.

ABC@1f89ab83

C.

object ABC

D.

ABC


1 / 5
...