sorry - i should be more careful with the wording i use... local - actually refers to 'size' comming in (local - to the method only) so i should have used 'class variable' - to refer to 'size' declared by the class
On Feb 24, 8:08 am, Pavel Aleksandrov <[email protected]> wrote: > Sorry but I still can't understand... > For what is purpose to use "super" and "this" if I can do same > operation and without them. > For example I can call constructor from parent class if I just create > new object from this class. > Or same and for "this". I can use "exobject.size" and > "this.exobject.size" in same time. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
