What are similarities between Class and structure?
The similarities between structures and classes are as follows:-
1) Both can have constructors, properties, methods, fields, constants, enumerations,event handlers, and events .
2) The Structures and classes can implement the interface.
3) Both of them can have the constructors with and without parameter.
4) Both can have the delegates & events.