+ 3
In java where and why we use reference variables???
2 odpowiedzi
+ 5
Reference variables are used to refer to the members of that class such as instance variables and methods i.e. to get the value , to change value or to call a function.
- 2
Jaba