Re: [Vala] static abstract member functions?
- From: Yu Feng <rainwoodman gmail com>
- To: Vlad Grecescu <b100dian gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] static abstract member functions?
- Date: Mon, 12 Jan 2009 19:26:20 -0500
On Tue, 2009-01-13 at 00:47 +0200, Vlad Grecescu wrote:
On Mon, Jan 12, 2009 at 11:38 PM, Yu Feng <rainwoodman gmail com>
wrote:
Hi,
I am curious but are there any reasons to avoid static
abstract member
functions? They seem to be pretty doable because the class
structure is
instance-independent.
Regards,
Yu
Doesn't 'abstract' implies
not-implemented-here-please-rely-on-Polymorphism?
I suppose this has yet to be done without instances .
GObject->constructor is similar to this. It is virtual and static.
--
Vlad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]