|
Array List Problem
How to Display the all contents of the class by using the object of the class get from the array list..
example:
I have one class C1
class c1
{
} and some methods and variables in that class..
in another class i inserted the object of c1 class into array list
by using that object i got from the arraylist i hav 2 find all the details of the c1 class..
is it possible, if yes how..?
|