private variables of an object, can't be accessed directly neither by an object of the same class nor different class. Outside world can get access to the private variables of an object using only the non-private methods of that class.
Thanks Jim. I find the question little confusing. Should it be rephrased as: Question: Can an instance method of a class access a private variable of another object of the same class?