The datatype int refers to System.Int32
, which is a structure. I had few basic questions.
- How does it become a value type instead of a reference type.
- The structure is inheriting other interfaces and has methods implemented.
Can a structure inherit and can it hold implementation methods of the interfaces.