subtype

    0ısı

    1cevap

    aşağıdaki hata ben varsaydım 1 class Foo { 2 int foo; 3 Foo(this.foo); 4 bool operator ==(Foo a) => foo == a.foo; 5 int get hashCode => foo * 17; 6 } 7 class Bar extends Foo { 8 int bar; 8

    5ısı

    2cevap

    aşırı fonksiyonlar compute1(), compute2() ve compute5() neden derleme hatası bunları aşağıda kullanmaya çalışırsanız: package com.example.test.reflect; class JLS15Test2 { int compute1(Object o