UNIVERSITY AT BUFFALO, THE STATE UNIVERSITY OF NEW YORK
The Department of Computer Science & Engineering
STUART C. SHAPIRO
: CSE 115 C
CSE 115
Introduction To Computer Science for Majors I
Lecture C
Lecture Notes #10
Stuart C. Shapiro
Spring, 2007
Mutator (Setter) Methods
Sets the value of an instance variable.
Method call includes argument expressions.
Accessor (Getter) Methods
Returns the value of an instance variable.
Copyright © 2007 by Stuart C. Shapiro. All rights reserved.
Last modified: Thu Oct 4 14:55:38 EDT 2007
Stuart C. Shapiro
<
shapiro@cse.buffalo.edu
>