class Fruit
    constructor ()
        this._name = 'Banana'

    set name (name)
        return this._name = name