|
-
Dec 18th, 2002, 02:17 AM
#1
Thread Starter
Member
Implements
Under what situations Implements is required.
Can u give me any practical example of using Implements.
IS it not possible to do the same without implements
To be more clear, Tell me exact situations where Implements is used
Thanks & Regards
Raja
-
Dec 18th, 2002, 03:39 AM
#2
Addicted Member
I have used "Implements" when using an interface class. To explain the interface class, an interface class is a class module that you will use to build many dll's. Instead of allways re-coding the procedures everytime you just build it once. Then you use Implements {class name} to call it and all the procedures in that class become available to your new class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|