if max is the name of my java class then what is the differencr between
max cal;
max cal = new max();
(are both the cal objects here)
also i had read(every object in a java class has its own copy of variable and methods what does this mean)
for eg in a same class say max i have made two objects say obj1 and obj2;
(if i have 3 var and 2 methods in the class then which object belongs to this variables and methods )
please help me clear this concept
2007-07-13
07:27:17
·
3 answers
·
asked by
ask_the_genious
1
in
Computers & Internet
➔ Programming & Design