|
-
Jan 16th, 2006, 06:10 PM
#15
Re: What is the point of a class?
 Originally Posted by Pino
@Rhino,
Is it not true that classes in vb6 are slow?
Based on many performance tests that I have done, yes they are slow. Here's the order from fastest to slowest that code is executed:
.bas modules
.frm form modules
.cls class modules
That's why I typically use regular modules in my projects cause the code is executed so fast. And some of them are even reusable.
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
|