|
-
Sep 21st, 2007, 11:13 AM
#1
Member
Re: how can i use classes in VB 6.0
if solved can you please mark it as resolved
thanks
-
Sep 21st, 2007, 12:42 PM
#2
Re: how can i use classes in VB 6.0
@raghunadhs:
collection and class are two different type of objects - one (the class itself) is a representation of one employee (in my example) and another is collection of all employees (as an entire group).
They cannot carry the same names or your program will get "confused".
In my examle clsEmlpoyee is an object representing Employee class and clEmployees is generic collection that will hold each new instance of an emlpoyee.
Both objects can be named anything you want really.
-
Sep 23rd, 2007, 12:27 PM
#3
Thread Starter
Addicted Member
Re: how can i use classes in VB 6.0
Thanks RhinoBull,
now i got clarity...
thanks:
regards:
raghunadhs
-
Sep 23rd, 2007, 06:04 PM
#4
Re: how can i use classes in VB 6.0
 Originally Posted by raghunadhs
now i got clarity...
I'm glad you did.
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
|