Re: libthreepointzero
- From: Philip Van Hoof <me pvanhoof be>
- To: Johannes Schmid <johannes schmid gmx de>
- Cc: Rob Taylor <rob taylor collabora co uk>, Robert McQueen <robert mcqueen collabora co uk>, tinymail-devel-list gnome org, pvanhoof gnome org
- Subject: Re: libthreepointzero
- Date: Fri, 13 Oct 2006 15:28:03 +0200
On Fri, 2006-10-13 at 15:19 +0200, Philip Van Hoof wrote:
> O
> in .NET:
>
> interface A {}
> interface B : A {}
> class C : A {}
oeps:
interface A {}
interface B : A {}
class C : B {}
and/or
class C : B, A {}
> in C++
>
> abstract class A {}
> abstract class B : A {}
> class C : B {}
>
> In GTypeInterface:
>
> interface A {}
> interface B prerequisites=A {}
> class C : B, A {}
>
--
Philip Van Hoof, software developer
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
blog: http://pvanhoof.be/blog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]