can anyone tell me the difference between a struct and a class? they seem very similar to me. also what are the benefits of using one over the other? i usually use classes but will use structs more if i know how it useful for me.
i see....not really a big diff huh, thanks alot guys. but is one more efficient than the other? like is more memory allocated to make a class than a struct? or is the only diff really the default access modifier?