Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #7114

Re: A question about a few variables in a class

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: A question about a few variables in a class
Date Sun, 14 Aug 2011 13:52:36 -0700
Organization A noiseless patient Spider
Lines 18
Message-ID <j29civ$1pe$1@dont-email.me> (permalink)
References <c5422014-46bd-4c77-9302-839b5cb587a2@a2g2000prf.googlegroups.com> <j1ja73$g9q$1@dont-email.me> <8ff5e4fa-84c5-4d4a-97e8-0b2f3f5b0dc4@m5g2000prh.googlegroups.com> <j2762o$mlf$1@dont-email.me> <9b372a01-59c9-462a-a5ca-463f3ededb9d@y19g2000pre.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Sun, 14 Aug 2011 20:52:47 +0000 (UTC)
Injection-Info mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="1838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ofYHY/VkZX8ce+h8qyRp/IdFpFVg96dQ="
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0
In-Reply-To <9b372a01-59c9-462a-a5ca-463f3ededb9d@y19g2000pre.googlegroups.com>
Cancel-Lock sha1:s3VLvS93B1zZnF8ELiHHXILe8FU=
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7114

Show key headers only | View raw


On 8/14/2011 1:23 PM, Chad wrote:
>    public Rectangle1(double width, double height, String color,
>        boolean filled) {

Method parameters.


>      this.width = width;
>      this.height = height;

Instance fields on the left of the assignment.  (Note "data fields" 
isn't used in any Java documentation I can recall.)

>      setColor(oolor);
>      setFilled(filled);

Method invocation, in the super class these methods set more instance 
fields.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

A question about a few variables in a class Chad <cdalten@gmail.com> - 2011-08-05 14:31 -0700
  Re: A question about a few variables in a class markspace <-@.> - 2011-08-05 14:46 -0700
  Re: A question about a few variables in a class Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-08-06 07:56 -0400
    Re: A question about a few variables in a class Chad <cdalten@gmail.com> - 2011-08-13 10:30 -0700
      Re: A question about a few variables in a class Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-08-13 20:49 -0400
        Re: A question about a few variables in a class Chad <cdalten@gmail.com> - 2011-08-14 13:23 -0700
          Re: A question about a few variables in a class markspace <-@.> - 2011-08-14 13:52 -0700
            Re: A question about a few variables in a class Lew <lewbloch@gmail.com> - 2011-08-14 22:50 -0700
          Re: A question about a few variables in a class Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-08-14 18:04 -0400
            Re: A question about a few variables in a class Chad <cdalten@gmail.com> - 2011-08-14 17:09 -0700
              Re: A question about a few variables in a class Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-08-14 21:57 -0400
              Re: A question about a few variables in a class Lew <lewbloch@gmail.com> - 2011-08-14 22:55 -0700
          Re: A question about a few variables in a class Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-08-14 18:01 -0400
  Re: A question about a few variables in a class Roedy Green <see_website@mindprod.com.invalid> - 2011-08-06 22:58 -0700
    Re: A question about a few variables in a class Patricia Shanahan <pats@acm.org> - 2011-08-07 05:28 -0700
  Re: A question about a few variables in a class Lew <lewbloch@gmail.com> - 2011-08-10 09:14 -0700
    Re: A question about a few variables in a class Chad <cdalten@gmail.com> - 2011-08-13 10:27 -0700
  Re: A question about a few variables in a class Patricia Shanahan <pats@acm.org> - 2011-08-14 18:36 -0700

csiph-web