On Tuesday, November 23, 2010 02:03:29 pm Vijay Saraswat wrote:
> The terminology "field" is standard for object-oriented languages ---
> e.g. C++, Java, C# etc.
> 
> A field is a variable that is associated with a class (static field) or
> an object (instance field).
> 
> That is, an object O that is an instance of a class C has a variable o.f
> of type T for every "field" with name f with type T either declared at C
> or inherited at C.
> 

Vijay,

thanks a lot for this clarification. Yes, it does help a lot.

Apparently I managed to learn C++ without getting to know the above notion of 
field. Presumably that happens if you focus on numerical algorithms rather than 
computer science. There may be others that are in the same situation like me. 
So I still would appreciate if your clarification would make its way into the 
X10 documentation.
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone:  +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospi...@de.ibm.com
-------------------------------------
IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Erich Clementi 
Geschäftsführung: Martin Jetter (Vorsitzender), 
Reinhard Reschke, Christoph Grandpierre, 
Klaus Lintelmann, Michael Diemer, Martina Koederitz 
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 WEEE-Reg.-Nr. DE 99369940

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to