|
-
Apr 15th, 2002, 12:53 AM
#1
Thread Starter
Junior Member
interface and class
is the class and the interface the same thing in vb?
-
Apr 15th, 2002, 08:53 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|