Re: [Vala] Final / Sealed classes in Vala



Jan Hudec wrote:
On Tue, Sep 22, 2009 at 06:40:10 +0200, Marco Trevisan (Treviño) wrote:
Is it possible to define both in VAPIs and in a vala code a class which
can not be extended?
Yes. It is Java-specific idiom. In Vala, you just use namespace with
non-member functions.

Thanks, I'm very new to Vala, I didn't know about the namespace usage.

This solves all my problems.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]