Next: Classes: Instantiation
Up: Java Notes
Previous: Class: Methods Implementation
Body: return value must match return type (same or subclass type) of declaration (head); member variables hidden by arg or local variable invoked using this
or super
; local variables as for args.
Example:
this.radius = radius;
super.radius = radius;
Ananda Amatya
9/15/1999