pnsider the following:
public class myclass
[2]
pubic static int x=3,y=4;
public int a=2,b=3;
Name the variables for which each object of class will have its own distinct
copy.
Name variables that are common to all objects of the class.
Answers
Answered by
1
Answer:
own distinct copy variables= x and y
common to all variables of class = a,b,x,y
Similar questions