InterviewSolution
Saved Bookmarks
| 1. |
What Is The Base Type From Which All Structs Inherit Directly? |
|
Answer» All STRUCTS INHERIT DIRECTLY from System.ValueType, which INHERITS from System.Object. All structs inherit directly from System.ValueType, which inherits from System.Object. |
|