Say I have a structure:
private type foo
'various attributes defined within
end type
Would this be better as a class? I guess what I am getting at is the use of classes more efficient in VB then using structures (speed wise)?
Troy Williams B.Eng.
fenris@hotmail.com
private type foo
'various attributes defined within
end type
Would this be better as a class? I guess what I am getting at is the use of classes more efficient in VB then using structures (speed wise)?
Troy Williams B.Eng.
fenris@hotmail.com