Complete the code

Report a typo

A class named Base is defined as follows:

open class Base(val date: Date, val weather: String) {
    constructor(_date: Date) : this(_date, "Sunny")
}

Which are the correct lines to define a class Derived?

Select one or more options from the list
___

Create a free account to access the full topic