Hi

When is the best time to use structs over classes ?

Or should one always use classes for object oriented programming ?
Is structs such a relic of procedural programming ?


I notice it doesn't seem like the concept exists in java. In java everything appears to just be a class - unless I'm mistaken.
stephen