In order to refer to a particular instance variable, preface it with its object name as follows:

In order to refer to a particular instance variable, preface it with its object name as follows:



Answer: objectName.instanceVar1 and objectName.instanceVar2


Learn More :