Results 1 to 2 of 2

Thread: interface and class

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Posts
    17

    interface and class

    is the class and the interface the same thing in vb?

  2. #2
    jim mcnamara
    Guest
    No. Each class has a distinct GUID assigned to it - it is called a CLSID. For a given class there is only on CLSID.

    Each interface has a GUID assigned as a distinct IID (interface ID).
    One class can have dozens of IID's associated with it - some already defined like IUnknown and others the you create via the Implements verb.

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