Skip to content

Files

Latest commit

 

History

History

PBVVSPBR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

JAVA

	BY convention JAVA SAYS IT IS PBV. This means that if we pass in an argument, to a method, 
	we pass the value. The value is then copied to the parameter. 
	However, when we work with objects, the value passed in, is the location in memory. 
	So we have to change it in the method.