Instance variables can be defined as in the following two examples

Instance variables can be defined as in the following two examples



Answer: private String instanceVar1; and private int instanceVar2;


Learn More :