290.

If you pass an object as a value variable to a function and if the object variable is changed what will happen to the original variable.

object type variables are always passed as reference, even if you try to pass them as value.