viewing paste Unknown #27580 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
match each term with the phrase that best describes it.
 
 
 
Choices - use a choice only once      
A.  Formal parameters
B.  Instance variables
C.  Local variables
D.  Static class variables
Match each of the following to a choice 
1.  ... are types of local variables that get their values from the caller (client).    
2.  ... are  member variables whose values are unique to each object of the class.  
3.  ... are defined inside a method and known (by their names) only within that method. 
4.  ... are member variables whose values are shared by all object instances of the class.  
 
Viewed 924 times, submitted by Guest.