On 13 Jun 2001, at 14:53, Max Nilson wrote:

> Sandeep asks:
> 
> > How do interfaces help i n multiple inheritence? If
> > I have a ClassA and ClassB then if I want to inherit ClassC from
> > ClassA its simple. But if I want to inherit from ClassA and ClassB
> > then using interface I have to implement all the functions in ClassB
> > again in ClassC, so how does it makes life simple?
> 

If I have to redeclare all the methods in interface in the descended 
class then why not get rid of interface and I still have the same 
thing. What's wrong with that?

Sandeep

Software Developer
CFL
[EMAIL PROTECTED]
http://www.cfl.co.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to