InterviewSolution
Saved Bookmarks
| 1. |
Can A Struct Inherit From Another Struct Or Class In C#? |
|
Answer» No, a STRUCT cannot INHERIT from ANOTHER struct or CLASS, and it cannot be the BASE of a class. No, a struct cannot inherit from another struct or class, and it cannot be the base of a class. |
|