Re: acces of members of subclass
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Mon, 28 Jul 2008 13:05:29 -0700 (PDT)
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
.
- References:
- [General]acces of members of subclass
- From: Daniel Moyne
- Re: [General]acces of members of subclass
- From: RedGrittyBrick
- Re: [General]acces of members of subclass
- From: Lew
- Re: [General]acces of members of subclass
- From: Daniel Moyne
- Re: [General]acces of members of subclass
- From: Lew
- Re: [General]acces of members of subclass
- From: Daniel Moyne
- Re: [General]acces of members of subclass
- From: Lew
- Re: [General]acces of members of subclass
- From: Mark Space
- Re: acces of members of subclass
- From: Lew
- Re: acces of members of subclass
- From: Eric Sosman
- [General]acces of members of subclass
- Prev by Date: Re: acces of members of subclass
- Next by Date: Re: acces of members of subclass
- Previous by thread: Re: acces of members of subclass
- Next by thread: Re: acces of members of subclass
- Index(es):