Very good tutorial! One question I don't think is answered is about the virtual methods of Objects in Java. It mentions that there is no virtual toString() for all objects, but it says nothing about how to override the equality test in Vala, like reimplementing Java's equals(Object obj) method in your class. How can this be done in Vala? In Vala does obj == obj simply test identity like '==' would in Java?
On Sun, Nov 15, 2009 at 10:36 AM, Frederik <[email protected]> wrote: > Emad Al-Bloushi wrote: >> Thank you very much Frederik for your valuable answers I think it is >> very clear to me now & I'm waiting for Vala quick start tutorial for >> Java programmers to have comprehensive knowledge :-D >> >> Best regards , > > I have added the "Vala for Java Programmers" tutorial to the Wiki: > http://live.gnome.org/Vala/ValaForJavaProgrammers > > I encourage every Java programmer on this list to try it out and > fix technical, grammar and spelling mistakes. > > > Best regards, > > Frederik > _______________________________________________ > Vala-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list > _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
