hi, just wondering , how the List interface work ? i confuse as i know interface forced implemented class to write the method which declared in interface, my concern is
if we have following codes
as shown, how the "add" method from List interface work ? we didn't define the method..what is the hiding part behind ..
thank you very much for your time
[ July 26, 2004: Message edited by: Alvin chew ]