
Non-Compiled Local Interface Definition
I didnt know the answer to your question, so I tried it. I created a new
project, class1, added some property and some function. Then I added class2
: Implements Class1
Now I know the answer.
Have YOU thought of trying it, just to see if it is possible?
Quote:
> Hi
> Is it possible to use "Implements" to inherit the interface definition of
an
> uncompiled class that resides inside the same project?
> zioks!