Previous

What is REFERENCE VARIABLE?

Next
  • The variable used to refer to an object is called a reference variable.
  • By using a reference variable, we can perform required operations on the object.
  • Through a reference variable, we can access the properties and methods of an object.
  • An object can have multiple reference variables.