|
-
Jan 16th, 2018, 05:49 PM
#1
Thread Starter
Frenzied Member
Question about classes in VB6
When you set an object variable to a class, it creates an instance of that class. That instance includes a a VTable with pointers to functions, and also a copy of any variables the class uses. What I'm not sure of is this. Does the class instance also contain a copy of the executable code that was initially stored in the base class? Or do the entries in the VTable in every instance always point to code in the base 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
|