Faulkner books collection

Report a typo

Suppose you have the following function:

fun uniteBookLists(readBooks: MutableCollection<String>, unreadBooks: Collection<String>) {
    readBooks.addAll(unreadBooks)
}

Which parameters can you pass to this function? Choose all the correct options.

Select one or more options from the list
___

Create a free account to access the full topic