Date:  11/22/2001 11:18:11 PM Msg ID:  000155
From:  Oleg Goncharuk Thread:  000151
Subject:  Re: Implement interfaces in VFP6
I'm afraid that you cannot do it at all with VFP6 or earlier version.

Visual FoxPro supports interfaces only starting VFP7


/Oleg

Sent by Manish Jauhari on 11/19/2001 09:06:33 PM:

Hi All,

I am trying to implement interface in foxpro 6.

I have a class with procedures and functions without any implementation.
Now i wish to implement these procedures and functions in another class. I am struck at how to proceed.

To make it more clear, as it is possible to implement interfaces in the Classes of C++, VB, Java etc how do we implement interfaces in VFP6 or earlier versions.

Regards
Manish Jauhari