Results 1 to 2 of 2

Thread: Implements

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    Chennai
    Posts
    57

    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

  2. #2
    Addicted Member
    Join Date
    Sep 2002
    Location
    Cape Town, SA
    Posts
    144
    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
  •  



Click Here to Expand Forum to Full Width