which of the following is correct?
Structure is a value type and Class is a reference type
Class is a value type and Structure is a reference type
Structs can't have destructors, but classes can have destructors
Class can have implementation inheritance, but Structs cannot have it
Structs can have implementation inheritance, but Class cannot have it