Yup, constructor's are the definition on how to create a new object.
Dim Chet as New Person()
I used the New Keyword so it "Instantiated" a new Object of Type Person as Variable name Chet.
Destructors are yup, clean memory, remove itself from memory so Garbage Collector can come sweep it up
Whoops, i shoulid probably look what forum I'm in before I answer in a different programming langauge, hehe