Tuesday 18 May 2004 4:19:16 pm
Hi all, I'm interested in sorting a couple of objects from different classes using a common attribute. For example:
class1 has attributes a1, a2 and x; and class2 has attributes a b1, b2 and x, too. Right? What I wanna do is sorting objects using "x" attribute. Any ideas? Thank you in advance.
|