Quiz: Objects
Test your understanding of the concepts discussed in this chapter.
We'll cover the following...
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
Question 1 of 50 attempted
...