InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Create Partial Structs, Interfaces And Methods? |
|
Answer» Yes, it is possible to CREATE partial STRUCTS, interfaces and methods. We can create partial structs, interfaces and methods the same way as we create partial CLASSES. Yes, it is possible to create partial structs, interfaces and methods. We can create partial structs, interfaces and methods the same way as we create partial classes. |
|