[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kuml-devel
Subject:    Re: Java
From:       Jake Fear <fear1 () home ! com>
Date:       2000-01-30 18:48:58
[Download RAW message or body]


> "class A implements B extends C"

Yes A is a child of B and C, but it gets NO implementation from B.  B must be
an interface (like a pure virtual class in C++).  C however, can provide
implementation.  You can implement an arbitrary number of classes, but you can
only extends one:

class A extends C implements B, X, Y, Z {


} 

-- 
Jake Fear

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic