Operations

Report a typo

Consider the following class:

class Counter(var value: Int) {

    fun increment() {
        ++value
    }
}

Which operations can be performed?

Select one or more options from the list
___

Create a free account to access the full topic