Re: acces of members of subclass



On Jul 28, 3:27 pm, Eric Sosman <Eric.Sos...@xxxxxxx> wrote:
        class Sub extends Super {
            Sub(String foo) {
                // Implicit super() call inserted here; error message
                // because Super has no super()
                System.out.println("Sub: foo = " foo);

How can I be wrong when I agree with you. You also point out that an
implicit super() call is "inserted here". That is what I said. So if
you say it's true, and I say it's true, and you say I'm wrong, there's
a contradiction.

I said there is a call. You said there is a call. We agree.

--
Lew

.