InterviewSolution
Saved Bookmarks
| 1. |
Do Structs Support Inheritance? |
|
Answer» No, STRUCTS do not SUPPORT INHERITANCE, but they can IMPLEMENT INTERFACES. No, structs do not support inheritance, but they can implement interfaces. |
|